|
SCV
4.2.1
Simple Components for Visual
|
#include <VistaMenuStyle.h>
Public Member Functions | |
| virtual void | drawItem (const scv::ContextMenu *menu, int index) const |
| virtual int | calculateWidth (const scv::ContextMenu *menu) const |
| virtual int | calculateHeight (const scv::ContextMenu *menu) const |
Public Member Functions inherited from scv::PopupMenuStyle | |
| virtual bool | isInsideItem (const scv::ContextMenu *menu, const scv::Point &pos, int index) const |
| virtual scv::Point | getSubItemPosition (const scv::ContextMenu *menu, int index) const |
Protected Member Functions | |
| VistaMenuStyle (void) | |
| virtual void | createTexture (void) |
Protected Member Functions inherited from scv::PopupMenuStyle | |
| PopupMenuStyle (void) | |
| virtual | ~PopupMenuStyle (void) |
Protected Member Functions inherited from Singleton< T > | |
| Singleton (void) | |
| virtual | ~Singleton (void) |
| Singleton (const Singleton &source) | |
Protected Attributes | |
| int | _leftBorder |
Protected Attributes inherited from scv::PopupMenuStyle | |
| int | _menuSpacing |
| int | _borderHeight |
| int | _borderWidth |
| int | _menuHeight |
| scv::ComponentTexture * | _cTexture |
Friends | |
| class | Singleton< VistaMenuStyle > |
Additional Inherited Members | |
Static Public Member Functions inherited from Singleton< T > | |
| static void | setInstance (T *instance) |
| static T * | getInstance () |
| static void | destroyInstance () |
Static Protected Attributes inherited from Singleton< T > | |
| static T * | _instance = 0 |
|
protected |
|
virtual |
Implements scv::PopupMenuStyle.
|
virtual |
Implements scv::PopupMenuStyle.
|
protectedvirtual |
Implements scv::PopupMenuStyle.
|
virtual |
Implements scv::PopupMenuStyle.
|
friend |
|
protected |