Public Member Functions | |
| int | getHeight () |
| int | getWidth () |
| Common::Rect32 * | getRect () |
| bool | setRect (int32 left, int32 top, int32 right, int32 bottom, bool noCheck=false) |
| BaseViewport (BaseGame *inGame=nullptr) | |
| virtual Common::String | debuggerToString () const |
Public Member Functions inherited from Wintermute::BaseClass | |
| bool | setEditorProp (const Common::String &propName, const Common::String &propValue) |
| Common::String | getEditorProp (const Common::String &propName, const Common::String &initVal=Common::String()) |
| BaseClass (TDynamicConstructor, TDynamicConstructor) | |
| bool | parseEditorProperty (char *buffer, bool complete=true) |
| virtual bool | saveAsText (BaseDynamicBuffer *buffer, int indent=0) |
| BaseClass (BaseGame *gameOwner) | |
| virtual const char * | getClassName () |
| virtual bool | persist (BasePersistenceManager *persistMgr) |
Public Attributes | |
| int32 | _offsetY |
| int32 | _offsetX |
| BaseObject * | _mainObject |
Public Attributes inherited from Wintermute::BaseClass | |
| bool | _persistable |
| BaseGame * | _game |
| Common::HashMap< Common::String, Common::String > | _editorProps |
| Common::HashMap< Common::String, Common::String >::iterator | _editorPropsIter |