|
bool | SetImgFileName (lxString filename) |
|
bool | SetImgData (const char **data) |
|
lxString | GetImgFileName (void) |
|
void | WriteImgToFile (lxString filename) |
|
int | Create (CControl *control) |
|
bool | GetTransparent (void) |
|
void | SetTransparent (bool) |
|
lxStringList | GetContext (void) |
|
void | SetContext (lxStringList context) |
|
virtual void | SetName (const lxString name) |
|
lxString | GetName (void) |
|
CWindow * | GetWin (void) |
|
void | SetWin (CWindow *win) |
|
virtual wxWindow * | GetWidget (void) |
|
virtual void | Event (wxEvent &event) |
|
virtual int | Create (CControl *control) |
|
virtual void | Destroy (void) |
|
virtual void | Erase (void) |
|
virtual void | Draw (void) |
|
virtual void | Update (void) |
|
lxStringList | GetContext (void) |
|
void | SetContext (lxStringList context) |
|
void | SetDragAcceptFiles (bool accept) |
|
void | SetFont (const lxString font) |
|
lxString | GetFontName (void) |
|
void | SetFontSize (uint size) |
|
uint | GetFontSize (void) |
|
virtual void | SetX (int x) |
|
virtual int | GetX (void) |
|
virtual void | SetY (int y) |
|
virtual int | GetY (void) |
|
virtual void | SetBorder (uint border) |
|
uint | GetBorder (void) |
|
virtual void | SetWidth (unsigned w) |
|
virtual uint | GetWidth (void) |
|
virtual void | SetHeight (unsigned h) |
|
virtual uint | GetHeight (void) |
|
void | SetWid (int wid) |
|
long | GetWid (void) |
|
virtual void | SetColorName (const lxString name) |
|
virtual void | SetColor (unsigned r, unsigned g, unsigned b) |
|
virtual void | SetColor (wxColor color) |
|
wxColor | GetColor (void) |
|
virtual void | SetEnable (bool enable) |
|
virtual bool | GetEnable (void) |
|
void | SetOwner (CControl *control) |
|
CControl * | GetOwner (void) |
|
void | SetVisible (bool visible, bool update=true) |
|
bool | GetVisible (void) |
|
bool | GetCanVisible (void) |
|
void | SetPopupMenu (CPMenu *popupmenu) |
|
void | SetFocus (void) |
|
bool | GetFocus (void) |
|
void | SetCanFocus (bool canfocus) |
|
bool | GetCanFocus (void) |
|
bool | GetDynamic (void) |
|
int | GetChildCount (void) |
|
void | SetHint (lxString hint) |
|
lxString | GetHint (void) |
|
CControl * | GetChild (uint child) |
|
virtual CControl * | GetChildByWidget (wxWindow *widget) |
|
CControl * | GetChildByWid (long wid) |
|
CControl * | GetChildByName (const lxString child) |
|
virtual void | CreateChild (CControl *control, bool onlyput=false) |
|
virtual void | DestroyChild (CControl *control) |
|
virtual void | DestroyChilds (void) |
|
virtual void | WriteXMLContext (lxString filename, bool first=true) |
|
virtual void | LoadXMLContext (lxString filename) |
|
void | SetCanExecuteEvent (bool can) |
|
bool | GetCanExecuteEvent (void) |
|
void * | operator new (size_t sz) |
|
void | operator delete (void *p) |
|
void | SetFOwner (CControl *control) |
|
CControl * | GetFOwner (void) |
|
virtual void | mouse_move (wxMouseEvent *event) |
|
virtual void | button_press (wxMouseEvent *event) |
|
virtual void | button_release (wxMouseEvent *event) |
|
virtual void | key_press (wxKeyEvent *event) |
|
virtual void | key_release (wxKeyEvent *event) |
|
virtual void | focus_in (wxMouseEvent *event) |
|
virtual void | focus_out (wxMouseEvent *event) |
|
virtual void | on_draw (wxPaintEvent *event) |
|
virtual void | mouse_wheel (wxMouseEvent *event) |
|
virtual void | on_drop_files (wxDropFilesEvent *event) |
|
void | SetName (const lxString name) |
|
lxString | GetName (void) |
|
lxString | GetClass (void) |
|
void | SetClass (const lxString classn) |
|
virtual lxStringList | GetContext (void) |
|
virtual void | SetContext (lxStringList context) |
|
bool | GetEv (bool reset=false) |
|
void | SetEv (bool value, bool reset=false) |
|
void | SetTag (uint tag) |
|
uint | GetTag (void) |
|
void | SetAux (int tag) |
|
int | GetAux (void) |
|
|
void(CControl::* | EvMouseMove )(CControl *control, const uint button, const uint x, const uint y, const uint mask) |
|
void(CControl::* | EvMouseButtonPress )(CControl *control, const uint button, const uint x, const uint y, const uint mask) |
|
void(CControl::* | EvMouseButtonRelease )(CControl *control, const uint button, const uint x, const uint y, const uint mask) |
|
void(CControl::* | EvMouseButtonClick )(CControl *control, const uint button, const uint x, const uint y, const uint mask) |
|
void(CControl::* | EvMouseButtonDoubleClick )(CControl *control, const uint button, const uint x, const uint y, const uint mask) |
|
void(CControl::* | EvKeyboardPress )(CControl *control, const uint keyval, const uint hardware_keycode, const uint state) |
|
void(CControl::* | EvKeyboardRelease )(CControl *control, const uint keyval, const uint hardware_keycode, const uint state) |
|
void(CControl::* | EvOnDraw )(CControl *control) |
|
void(CControl::* | EvOnFocusIn )(CControl *control) |
|
void(CControl::* | EvOnFocusOut )(CControl *control) |
|
void(CControl::* | EvMouseWheel )(CControl *control, const int rotation) |
|
void(CControl::* | EvOnDropFile )(CControl *control, const lxString fname) |
|
virtual int | CEvent (int event) |
|
CControl * | FOwner |
| function owner control More...
|
|
CControl * | ControlOnFocus |
| Control On Focus. More...
|
|
wxWindow * | Widget |
| Object wxWidget. More...
|
|
long | Wid |
| wx ID More...
|
|
bool | Dynamic |
| Dynamic Object? More...
|
|
bool | CanFocus |
| CanFocus ? More...
|
|
bool | CanExecuteEvent |
| Can Execute Event ? More...
|
|
bool | CanVisible |
| Can be Visible ? More...
|
|
bool | DragAcceptFiles |
|
bool | Enable |
|
int | X |
|
int | Y |
|
uint | Width |
|
uint | Height |
|
uint | Border |
|
lxString | ColorName |
|
unsigned char | ColorRGB [3] |
|
CControl ** | Child |
|
int | ChildCount |
|
lxString | FontName |
|
uint | FontSize |
|
CControl * | Owner |
|
bool | Visible |
|
CPMenu * | PopupMenu |
|
CWindow * | Win |
|
lxString | Hint |
|
unsigned long int | BTimePress |
|
unsigned long int | BTimeRelease |
|
unsigned long int | BTimeClick |
|
bool | Ev [EVMAX] |
|
uint | Evcount |
|
lxString | Name |
|
lxString | Class |
|
lxStringList | Context |
|
uint | Tag |
|
int | Aux |
|
Image Control.
Generic Image Control Class.
Definition at line 44 of file cimage.h.