![]() |
CRM64Pro GDK v0.11.0
A free cross-platform game development kit built on top of SDL 3.0
|
DebugWindow Object class. More...
Inherits CRM64Pro::ObjectBase.
Public Member Functions | |
| Sint32 | info (Sint32 iMode=0) |
| Request DebugWindow information. | |
| Sint32 | getName (string &sName) |
| Get the name. | |
| Uint32 | getID () |
| Get the ID. | |
| Widget & | baseWidget () |
| Get the reference to base Widget for this object. | |
| Sint32 | attachTo (Sint32 idScreen) |
| Attach this debugwindow to a screen. | |
| Sint32 | addWatch (const string &sName, Sint32 *iIntegerVar, double *dDoubleVar=nullptr) |
| Add a watch. | |
| Sint32 | removeWatch (const string &sName) |
| Remove a watch. | |
| Sint32 | setRefreshInterval (Sint32) |
| Set the refresh interval. | |
| Sint32 | getRefreshInterval () |
| Get the refresh interval. | |
DebugWindow Object class.