#include <vector>
#include <string>
#include "CSGrafikElement.h"
#include "CSPicture.h"
Go to the source code of this file.
Data Structures | |
class | CSIcon |
class | CSPictureIcon |
class | CSTextIcon |
Typedefs | |
typedef std::vector< CSIcon * > | CSIcons |
Variables | |
const int | ICON_KIND_UNKOWN = -1 |
const int | ICON_KIND_PICTURE = 0 |
const int | ICON_KIND_TEXT = 1 |
const int | ICON_KIND_PAINT = 2 |
const int | ICON_STATE_UNKOWN = -1 |
const int | ICON_STATE_ENABLED = 0 |
const int | ICON_STATE_DISABLED = 1 |
const int | ICON_STATE_ACTIVATED = 2 |
|
|
|
|
|
Definition at line 22 of file CSIcon.h. Referenced by CSPictureIcon::CSPictureIcon(). |
|
Definition at line 23 of file CSIcon.h. Referenced by CSTextIcon::CSTextIcon(). |
|
|
|
|
|
Definition at line 27 of file CSIcon.h. Referenced by CSIcon::CSIcon(), CSTextIcon::paint(), and CSPictureIcon::paint(). |
|
Definition at line 28 of file CSIcon.h. Referenced by CSTextIcon::paint(), and CSPictureIcon::paint(). |
|
Definition at line 29 of file CSIcon.h. Referenced by CSIcon::setState(). |