|
enum class | RendererEffective { Valid = 1
, Invalid
} |
|
|
| BaseElectronObject (AsgardClass *) |
|
virtual const ICType | getType () const =0 |
|
virtual void | Drawing ()=0 |
|
virtual void | Drawing (BaseElectronObject::RendererEffective)=0 |
|
virtual BaseElectronObject * | processClickEvent (SDL_Point &)=0 |
|
virtual void | processKeyEvent (int)=0 |
|
virtual BaseElectronObject * | deepDuplicateSelf ()=0 |
|
virtual SDL_Rect | getLocationRect ()=0 |
|
virtual const char * | popupWindowName () const =0 |
|
virtual bool | havePopupWindow ()=0 |
|
virtual void | CreateImGuiForm ()=0 |
|
virtual void | saveToFile (std::ofstream &)=0 |
|
virtual void | processMouseMotion (const SDL_Point &)=0 |
|
|
const int | moveMinStepLength = MIN_STEP_LENGTH |
|
AsgardClass * | asgard = nullptr |
|
◆ processClickEvent()
The documentation for this class was generated from the following files: