#include <CEGUIInterfaces.h>
Inherits DigitalSpaces::DIObjectBase.
Public Member Functions | |
| float | getItemSpacing () |
| Get the item spacing for this menu. | |
| bool | isMultiplePopupsAllowed () |
| Return whether this menu allows multiple popup menus to open at the same time. | |
| DICEGUIMenuItem * | getPopupMenuItem () |
| Get currently opened MenuItem in this menu. Returns NULL if no menu item is open. | |
| void | setItemSpacing (float spacing) |
| Set the item spacing for this menu. | |
| void | changePopupMenuItem (DICEGUIMenuItem *item) |
| Change the currently open MenuItem in this menu. | |
| void | setAllowMultiplePopups (bool setting) |
| Set whether this menu allows multiple popup menus to be opened simultaneously. | |
| float DigitalSpaces::DICEGUIMenuBase::getItemSpacing | ( | ) |
Get the item spacing for this menu.
| bool DigitalSpaces::DICEGUIMenuBase::isMultiplePopupsAllowed | ( | ) |
Return whether this menu allows multiple popup menus to open at the same time.
| DICEGUIMenuItem* DigitalSpaces::DICEGUIMenuBase::getPopupMenuItem | ( | ) |
Get currently opened MenuItem in this menu. Returns NULL if no menu item is open.
| void DigitalSpaces::DICEGUIMenuBase::setItemSpacing | ( | float | spacing | ) |
Set the item spacing for this menu.
| void DigitalSpaces::DICEGUIMenuBase::changePopupMenuItem | ( | DICEGUIMenuItem * | item | ) |
Change the currently open MenuItem in this menu.
| item | Pointer to a MenuItem to open or NULL to close any opened. |
| void DigitalSpaces::DICEGUIMenuBase::setAllowMultiplePopups | ( | bool | setting | ) |
Set whether this menu allows multiple popup menus to be opened simultaneously.
1.5.6