#include <wxCryst.h>
Inheritance diagram for ObjCryst::WXCrystObjBasic::
Public Methods | |
WXCrystObjBasic (wxWindow *parent) | |
Constructor. | |
virtual | ~WXCrystObjBasic () |
Destructor. | |
virtual void | CrystUpdate ()=0 |
Update the display, by getting new values from the object. New values should be grabbed from the object, and then a wxUpdateUI event should be posted (this for multi-thread, since only one thread should do graphical changes). | |
Protected Attributes | |
wxWindow * | mWXParent |
Parent. | |
bool | mIsShown |
Is the the window currently shown ? |