Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

CSIcon.h File Reference

#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


Typedef Documentation

typedef std::vector<CSIcon *> CSIcons
 

Definition at line 19 of file CSIcon.h.


Variable Documentation

const int ICON_KIND_UNKOWN = -1
 

Definition at line 21 of file CSIcon.h.

const int ICON_KIND_PICTURE = 0
 

Definition at line 22 of file CSIcon.h.

Referenced by CSPictureIcon::CSPictureIcon().

const int ICON_KIND_TEXT = 1
 

Definition at line 23 of file CSIcon.h.

Referenced by CSTextIcon::CSTextIcon().

const int ICON_KIND_PAINT = 2
 

Definition at line 24 of file CSIcon.h.

const int ICON_STATE_UNKOWN = -1
 

Definition at line 26 of file CSIcon.h.

const int ICON_STATE_ENABLED = 0
 

Definition at line 27 of file CSIcon.h.

Referenced by CSIcon::CSIcon(), CSTextIcon::paint(), and CSPictureIcon::paint().

const int ICON_STATE_DISABLED = 1
 

Definition at line 28 of file CSIcon.h.

Referenced by CSTextIcon::paint(), and CSPictureIcon::paint().

const int ICON_STATE_ACTIVATED = 2
 

Definition at line 29 of file CSIcon.h.

Referenced by CSIcon::setState().


Generated on Wed Jul 14 00:43:43 2004 for CSLib by doxygen 1.3.6