swift
|
Class-based interface to X-Plane's drawing callback API. More...
Public Member Functions | |
CDrawable (XPLMDrawingPhase phase, bool before) | |
Constructor. | |
virtual | ~CDrawable () |
Destructor. | |
bool | isVisible () const |
Is currently shown. | |
void | show () |
Register the draw callback. | |
void | hide () |
Unregister the draw callback. | |
Protected Member Functions | |
virtual void | draw ()=0 |
Callback to draw the thing. | |
Class-based interface to X-Plane's drawing callback API.
Definition at line 17 of file drawable.h.