The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
CursorGuard.h
Go to the documentation of this file.
1
/*
2
* CursorGuard.h
3
*
4
* Created on: 24 Mar 2013
5
* Author: Patrick
6
*/
7
8
#ifndef CURSORGUARD_H_
9
#define CURSORGUARD_H_
10
11
#include <forms.hpp>
12
13
namespace
WinampRemote
14
{
15
namespace
Utils
16
{
17
18
class
CursorGuard
19
{
20
21
private
:
22
Controls::TCursor m_cursor;
23
24
public
:
25
CursorGuard
(Controls::TCursor newCursor = crHourGlass);
26
virtual
~CursorGuard
();
27
};
28
29
}
/* namespace Utils */
30
}
/* namespace WinampRemote */
31
#endif
/* CURSORGUARD_H_ */
CursorGuard.h
Generated by
1.8.1.1