Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

OglGui::CheckBox Class Reference

#include <CheckBox.h>

Inheritance diagram for OglGui::CheckBox:

Inheritance graph
[legend]
Collaboration diagram for OglGui::CheckBox:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CheckBox (Window *parent, int width, int height, strconst label, bool selected=false, int borderType=0)
 CheckBox (Window *parent, int x, int y, int width, int height, strconst label, bool selected=false, int borderType=0)
void SetCheckBoxListener (CheckBoxListener *listener, void *listenerData=0)
void SetCheckBoxListener (CheckBoxListener *listener, int listenerData)
void PublishSelection ()
void DoSelect (bool flag=true)
void SetSelected (bool flag=true)
bool GetSelected () const
void SetBoxFrameType (int frameType)
int GetBoxFrameType () const
void SetRoundedCheck (bool rounded=true)
bool GetRoundedCheck () const
void SetEnabled (bool flag=true)
virtual void DisplayFunc ()
virtual void MouseFunc (INT msg, INT but, INT state, INT x, INT y)

Private Member Functions

void Init (bool selected, int borderType)

Private Attributes

CheckBoxListenermCheckBoxListener
void * mCheckBoxListenerData
bool mSelected
bool mRoundedCheck
int mBoxFrameType

Detailed Description

Definition at line 15 of file CheckBox.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 19 11:58:59 2010 for ImpalaSrc by  doxygen 1.5.1