OGRE
13.6
Object-Oriented Graphics Rendering Engine
|
Main class to manage a cursor, backdrop, trays and widgets. More...
#include <OgreTrays.h>
Public Member Functions | |
TrayManager (const Ogre::String &name, Ogre::RenderWindow *window, TrayListener *listener=0) | |
Creates backdrop, cursor, and trays. More... | |
virtual | ~TrayManager () |
Destroys background, cursor, widgets, and trays. More... | |
virtual void | adjustTrays () |
Fits trays to their contents and snaps them to their anchor locations. More... | |
bool | areFrameStatsVisible () |
bool | areTraysVisible () |
void | buttonHit (Button *button) override |
Destroys dialog widgets, notifies listener, and ends high priority session. More... | |
void | clearAllTrays () |
Removes all widgets from all widget trays. More... | |
void | clearTray (TrayLocation trayLoc) |
Removes all widgets from a widget tray. More... | |
void | closeDialog () |
Hides whatever dialog is currently showing. More... | |
Button * | createButton (TrayLocation trayLoc, const Ogre::String &name, const Ogre::String &caption, Ogre::Real width=0) |
CheckBox * | createCheckBox (TrayLocation trayLoc, const Ogre::String &name, const Ogre::DisplayString &caption, Ogre::Real width=0) |
DecorWidget * | createDecorWidget (TrayLocation trayLoc, const Ogre::String &name, const Ogre::String &templateName) |
Label * | createLabel (TrayLocation trayLoc, const Ogre::String &name, const Ogre::DisplayString &caption, Ogre::Real width=0) |
SelectMenu * | createLongSelectMenu (TrayLocation trayLoc, const Ogre::String &name, const Ogre::DisplayString &caption, Ogre::Real boxWidth, unsigned int maxItemsShown, const Ogre::StringVector &items=Ogre::StringVector()) |
SelectMenu * | createLongSelectMenu (TrayLocation trayLoc, const Ogre::String &name, const Ogre::DisplayString &caption, Ogre::Real width, Ogre::Real boxWidth, unsigned int maxItemsShown, const Ogre::StringVector &items=Ogre::StringVector()) |
Slider * | createLongSlider (TrayLocation trayLoc, const Ogre::String &name, const Ogre::DisplayString &caption, Ogre::Real trackWidth, Ogre::Real valueBoxWidth, Ogre::Real minValue, Ogre::Real maxValue, unsigned int snaps) |
Slider * | createLongSlider (TrayLocation trayLoc, const Ogre::String &name, const Ogre::DisplayString &caption, Ogre::Real width, Ogre::Real trackWidth, Ogre::Real valueBoxWidth, Ogre::Real minValue, Ogre::Real maxValue, unsigned int snaps) |
ParamsPanel * | createParamsPanel (TrayLocation trayLoc, const Ogre::String &name, Ogre::Real width, const Ogre::StringVector ¶mNames) |
ParamsPanel * | createParamsPanel (TrayLocation trayLoc, const Ogre::String &name, Ogre::Real width, unsigned int lines) |
ProgressBar * | createProgressBar (TrayLocation trayLoc, const Ogre::String &name, const Ogre::DisplayString &caption, Ogre::Real width, Ogre::Real commentBoxWidth) |
Separator * | createSeparator (TrayLocation trayLoc, const Ogre::String &name, Ogre::Real width=0) |
TextBox * | createTextBox (TrayLocation trayLoc, const Ogre::String &name, const Ogre::DisplayString &caption, Ogre::Real width, Ogre::Real height) |
SelectMenu * | createThickSelectMenu (TrayLocation trayLoc, const Ogre::String &name, const Ogre::DisplayString &caption, Ogre::Real width, unsigned int maxItemsShown, const Ogre::StringVector &items=Ogre::StringVector()) |
Slider * | createThickSlider (TrayLocation trayLoc, const Ogre::String &name, const Ogre::DisplayString &caption, Ogre::Real width, Ogre::Real valueBoxWidth, Ogre::Real minValue, Ogre::Real maxValue, unsigned int snaps) |
void | customStageEnded () override |
This event is fired when a custom loading stage has been completed. More... | |
void | customStageStarted (const Ogre::String &description) override |
This event is fired when a custom loading stage is about to start. More... | |
void | destroyAllWidgets () |
Destroys all widgets. More... | |
void | destroyAllWidgetsInTray (TrayLocation trayLoc) |
Destroys all widgets in a tray. More... | |
void | destroyWidget (const Ogre::String &name) |
void | destroyWidget (TrayLocation trayLoc, const Ogre::String &name) |
void | destroyWidget (TrayLocation trayLoc, size_t place) |
void | destroyWidget (Widget *widget) |
Destroys a widget. More... | |
void | frameRendered (const Ogre::FrameEvent &evt) override |
Process frame events. More... | |
Ogre::OverlayContainer * | getBackdropContainer () |
Ogre::Overlay * | getBackdropLayer () |
Ogre::OverlayContainer * | getCursorContainer () |
Ogre::OverlayElement * | getCursorImage () |
Ogre::Overlay * | getCursorLayer () |
Ogre::Ray | getCursorRay (Ogre::Camera *cam) |
Returns a 3D ray into the scene that is directly underneath the cursor. More... | |
TrayListener * | getListener () |
unsigned int | getNumWidgets () |
Gets the number of widgets in total. More... | |
Ogre::OverlayContainer * | getTrayContainer (TrayLocation trayLoc) |
virtual Ogre::Real | getTrayPadding () const |
Ogre::Overlay * | getTraysLayer () |
Widget * | getWidget (const Ogre::String &name) |
Gets a widget by name. More... | |
Widget * | getWidget (TrayLocation trayLoc, const Ogre::String &name) |
Gets a widget from a tray by name. More... | |
virtual Ogre::Real | getWidgetPadding () const |
const WidgetList & | getWidgets (TrayLocation trayLoc) const |
Gets all the widgets of a specific tray. More... | |
virtual Ogre::Real | getWidgetSpacing () const |
void | hideAll () |
void | hideBackdrop () |
void | hideCursor () |
void | hideFrameStats () |
Hides frame statistics widget set. More... | |
void | hideLoadingBar () |
void | hideLogo () |
void | hideTrays () |
bool | isBackdropVisible () |
bool | isCursorVisible () |
bool | isDialogVisible () |
Determines if any dialog is currently visible. More... | |
bool | isLoadingBarVisible () |
bool | isLogoVisible () |
void | labelHit (Label *label) override |
Toggles visibility of advanced statistics. More... | |
int | locateWidgetInTray (Widget *widget) |
Gets a widget's position in its tray. More... | |
bool | mouseMoved (const MouseMotionEvent &evt) override |
Updates cursor position. More... | |
bool | mousePressed (const MouseButtonEvent &evt) override |
Processes mouse button down events. More... | |
bool | mouseReleased (const MouseButtonEvent &evt) override |
Processes mouse button up events. More... | |
bool | mouseWheelRolled (const MouseWheelEvent &evt) override |
void | moveWidgetToTray (const Ogre::String &name, TrayLocation trayLoc, size_t place=-1) |
void | moveWidgetToTray (TrayLocation currentTrayLoc, const Ogre::String &name, TrayLocation targetTrayLoc, size_t place=-1) |
void | moveWidgetToTray (TrayLocation currentTrayLoc, size_t currentPlace, TrayLocation targetTrayLoc, size_t targetPlace=-1) |
void | moveWidgetToTray (Widget *widget, TrayLocation trayLoc, size_t place=-1) |
Adds a widget to a specified tray at given position, or at the end if unspecified or invalid. More... | |
void | refreshCursor () |
Updates cursor position based on unbuffered mouse state. More... | |
void | removeWidgetFromTray (const Ogre::String &name) |
void | removeWidgetFromTray (TrayLocation trayLoc, const Ogre::String &name) |
void | removeWidgetFromTray (TrayLocation trayLoc, size_t place) |
void | removeWidgetFromTray (Widget *widget) |
Removes a widget from its tray. More... | |
void | resourceGroupLoadStarted (const Ogre::String &groupName, size_t resourceCount) override |
This event is fired when a resource group begins loading. More... | |
void | resourceGroupScriptingStarted (const Ogre::String &groupName, size_t scriptCount) override |
This event is fired when a resource group begins parsing scripts. More... | |
void | resourceLoadEnded () override |
This event is fired when the resource has been loaded. More... | |
void | resourceLoadStarted (const Ogre::ResourcePtr &resource) override |
This event is fired when a declared resource is about to be loaded. More... | |
void | scriptParseEnded (const Ogre::String &scriptName, bool skipped) override |
This event is fired when the script has been fully parsed. More... | |
void | scriptParseStarted (const Ogre::String &scriptName, bool &skipThisScript) override |
This event is fired when a script is about to be parsed. More... | |
void | setListener (TrayListener *listener) |
void | setTrayPadding (Ogre::Real padding) |
void | setTrayWidgetAlignment (TrayLocation trayLoc, Ogre::GuiHorizontalAlignment gha) |
Sets horizontal alignment of a tray's contents. More... | |
void | setWidgetPadding (Ogre::Real padding) |
void | setWidgetSpacing (Ogre::Real spacing) |
void | showAll () |
void | showBackdrop (const Ogre::String &materialName=Ogre::BLANKSTRING) |
Displays specified material on backdrop, or the last material used if none specified. More... | |
void | showCursor (const Ogre::String &materialName=Ogre::BLANKSTRING) |
Displays specified material on cursor, or the last material used if none specified. More... | |
void | showFrameStats (TrayLocation trayLoc, size_t place=-1) |
Shows frame statistics widget set in the specified location. More... | |
void | showLoadingBar (unsigned int numGroupsInit=1, unsigned int numGroupsLoad=1, Ogre::Real initProportion=0.7f) |
Shows loading bar. More... | |
void | showLogo (TrayLocation trayLoc, size_t place=-1) |
Shows logo in the specified location. More... | |
void | showOkDialog (const Ogre::DisplayString &caption, const Ogre::DisplayString &message) |
Pops up a message dialog with an OK button. More... | |
void | showTrays () |
void | showYesNoDialog (const Ogre::DisplayString &caption, const Ogre::DisplayString &question) |
Pops up a question dialog with Yes and No buttons. More... | |
void | toggleAdvancedFrameStats () |
Toggles visibility of advanced statistics. More... | |
void | windowUpdate () |
Public Member Functions inherited from OgreBites::TrayListener | |
virtual | ~TrayListener () |
virtual void | checkBoxToggled (CheckBox *box) |
virtual void | itemSelected (SelectMenu *menu) |
virtual void | okDialogClosed (const Ogre::DisplayString &message) |
virtual void | sliderMoved (Slider *slider) |
virtual void | yesNoDialogClosed (const Ogre::DisplayString &question, bool yesHit) |
Public Member Functions inherited from Ogre::ResourceGroupListener | |
virtual | ~ResourceGroupListener () |
virtual void | resourceCreated (const ResourcePtr &resource) |
This event is fired when a resource was just created. More... | |
virtual void | resourceGroupLoadEnded (const String &groupName) |
This event is fired when a resource group finished loading. More... | |
virtual void | resourceGroupPrepareEnded (const String &groupName) |
This event is fired when a resource group finished preparing. More... | |
virtual void | resourceGroupPrepareStarted (const String &groupName, size_t resourceCount) |
This event is fired when a resource group begins preparing. More... | |
virtual void | resourceGroupScriptingEnded (const String &groupName) |
This event is fired when a resource group finished parsing scripts. More... | |
virtual void | resourcePrepareEnded (void) |
This event is fired when the resource has been prepared. More... | |
virtual void | resourcePrepareStarted (const ResourcePtr &resource) |
This event is fired when a declared resource is about to be prepared. More... | |
virtual void | resourceRemove (const ResourcePtr &resource) |
This event is fired when a resource is about to be removed. More... | |
Public Member Functions inherited from OgreBites::InputListener | |
virtual | ~InputListener () |
virtual bool | axisMoved (const AxisEvent &evt) |
virtual bool | buttonPressed (const ButtonEvent &evt) |
virtual bool | buttonReleased (const ButtonEvent &evt) |
virtual bool | keyPressed (const KeyboardEvent &evt) |
virtual bool | keyReleased (const KeyboardEvent &evt) |
virtual bool | textInput (const TextInputEvent &evt) |
virtual bool | touchMoved (const TouchFingerEvent &evt) |
virtual bool | touchPressed (const TouchFingerEvent &evt) |
virtual bool | touchReleased (const TouchFingerEvent &evt) |
Static Public Member Functions | |
static Ogre::Vector2 | sceneToScreen (Ogre::Camera *cam, const Ogre::Vector3 &pt) |
Converts a 3D scene position to a 2D screen position (in relative screen size, 0.0-1.0). More... | |
static Ogre::Ray | screenToScene (Ogre::Camera *cam, const Ogre::Vector2 &pt) |
Converts a 2D screen coordinate (in pixels) to a 3D ray into the scene. More... | |
Main class to manage a cursor, backdrop, trays and widgets.
OgreBites::TrayManager::TrayManager | ( | const Ogre::String & | name, |
Ogre::RenderWindow * | window, | ||
TrayListener * | listener = 0 |
||
) |
Creates backdrop, cursor, and trays.
|
virtual |
Destroys background, cursor, widgets, and trays.
|
static |
Converts a 2D screen coordinate (in pixels) to a 3D ray into the scene.
|
static |
Converts a 3D scene position to a 2D screen position (in relative screen size, 0.0-1.0).
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void OgreBites::TrayManager::showAll | ( | ) |
void OgreBites::TrayManager::hideAll | ( | ) |
void OgreBites::TrayManager::showBackdrop | ( | const Ogre::String & | materialName = Ogre::BLANKSTRING | ) |
Displays specified material on backdrop, or the last material used if none specified.
Good for pause menus like in the browser.
|
inline |
void OgreBites::TrayManager::showCursor | ( | const Ogre::String & | materialName = Ogre::BLANKSTRING | ) |
Displays specified material on cursor, or the last material used if none specified.
Used to change cursor type.
void OgreBites::TrayManager::hideCursor | ( | ) |
void OgreBites::TrayManager::refreshCursor | ( | ) |
Updates cursor position based on unbuffered mouse state.
This is necessary because if the tray manager has been cut off from mouse events for a time, the cursor position will be out of date.
void OgreBites::TrayManager::showTrays | ( | ) |
void OgreBites::TrayManager::hideTrays | ( | ) |
|
inline |
|
inline |
|
inline |
void OgreBites::TrayManager::setTrayWidgetAlignment | ( | TrayLocation | trayLoc, |
Ogre::GuiHorizontalAlignment | gha | ||
) |
Sets horizontal alignment of a tray's contents.
void OgreBites::TrayManager::setWidgetPadding | ( | Ogre::Real | padding | ) |
void OgreBites::TrayManager::setWidgetSpacing | ( | Ogre::Real | spacing | ) |
void OgreBites::TrayManager::setTrayPadding | ( | Ogre::Real | padding | ) |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Fits trays to their contents and snaps them to their anchor locations.
Ogre::Ray OgreBites::TrayManager::getCursorRay | ( | Ogre::Camera * | cam | ) |
Returns a 3D ray into the scene that is directly underneath the cursor.
Button* OgreBites::TrayManager::createButton | ( | TrayLocation | trayLoc, |
const Ogre::String & | name, | ||
const Ogre::String & | caption, | ||
Ogre::Real | width = 0 |
||
) |
TextBox* OgreBites::TrayManager::createTextBox | ( | TrayLocation | trayLoc, |
const Ogre::String & | name, | ||
const Ogre::DisplayString & | caption, | ||
Ogre::Real | width, | ||
Ogre::Real | height | ||
) |
SelectMenu* OgreBites::TrayManager::createThickSelectMenu | ( | TrayLocation | trayLoc, |
const Ogre::String & | name, | ||
const Ogre::DisplayString & | caption, | ||
Ogre::Real | width, | ||
unsigned int | maxItemsShown, | ||
const Ogre::StringVector & | items = Ogre::StringVector() |
||
) |
SelectMenu* OgreBites::TrayManager::createLongSelectMenu | ( | TrayLocation | trayLoc, |
const Ogre::String & | name, | ||
const Ogre::DisplayString & | caption, | ||
Ogre::Real | width, | ||
Ogre::Real | boxWidth, | ||
unsigned int | maxItemsShown, | ||
const Ogre::StringVector & | items = Ogre::StringVector() |
||
) |
SelectMenu* OgreBites::TrayManager::createLongSelectMenu | ( | TrayLocation | trayLoc, |
const Ogre::String & | name, | ||
const Ogre::DisplayString & | caption, | ||
Ogre::Real | boxWidth, | ||
unsigned int | maxItemsShown, | ||
const Ogre::StringVector & | items = Ogre::StringVector() |
||
) |
Label* OgreBites::TrayManager::createLabel | ( | TrayLocation | trayLoc, |
const Ogre::String & | name, | ||
const Ogre::DisplayString & | caption, | ||
Ogre::Real | width = 0 |
||
) |
Separator* OgreBites::TrayManager::createSeparator | ( | TrayLocation | trayLoc, |
const Ogre::String & | name, | ||
Ogre::Real | width = 0 |
||
) |
Slider* OgreBites::TrayManager::createThickSlider | ( | TrayLocation | trayLoc, |
const Ogre::String & | name, | ||
const Ogre::DisplayString & | caption, | ||
Ogre::Real | width, | ||
Ogre::Real | valueBoxWidth, | ||
Ogre::Real | minValue, | ||
Ogre::Real | maxValue, | ||
unsigned int | snaps | ||
) |
Slider* OgreBites::TrayManager::createLongSlider | ( | TrayLocation | trayLoc, |
const Ogre::String & | name, | ||
const Ogre::DisplayString & | caption, | ||
Ogre::Real | width, | ||
Ogre::Real | trackWidth, | ||
Ogre::Real | valueBoxWidth, | ||
Ogre::Real | minValue, | ||
Ogre::Real | maxValue, | ||
unsigned int | snaps | ||
) |
Slider* OgreBites::TrayManager::createLongSlider | ( | TrayLocation | trayLoc, |
const Ogre::String & | name, | ||
const Ogre::DisplayString & | caption, | ||
Ogre::Real | trackWidth, | ||
Ogre::Real | valueBoxWidth, | ||
Ogre::Real | minValue, | ||
Ogre::Real | maxValue, | ||
unsigned int | snaps | ||
) |
ParamsPanel* OgreBites::TrayManager::createParamsPanel | ( | TrayLocation | trayLoc, |
const Ogre::String & | name, | ||
Ogre::Real | width, | ||
unsigned int | lines | ||
) |
ParamsPanel* OgreBites::TrayManager::createParamsPanel | ( | TrayLocation | trayLoc, |
const Ogre::String & | name, | ||
Ogre::Real | width, | ||
const Ogre::StringVector & | paramNames | ||
) |
CheckBox* OgreBites::TrayManager::createCheckBox | ( | TrayLocation | trayLoc, |
const Ogre::String & | name, | ||
const Ogre::DisplayString & | caption, | ||
Ogre::Real | width = 0 |
||
) |
DecorWidget* OgreBites::TrayManager::createDecorWidget | ( | TrayLocation | trayLoc, |
const Ogre::String & | name, | ||
const Ogre::String & | templateName | ||
) |
ProgressBar* OgreBites::TrayManager::createProgressBar | ( | TrayLocation | trayLoc, |
const Ogre::String & | name, | ||
const Ogre::DisplayString & | caption, | ||
Ogre::Real | width, | ||
Ogre::Real | commentBoxWidth | ||
) |
void OgreBites::TrayManager::showFrameStats | ( | TrayLocation | trayLoc, |
size_t | place = -1 |
||
) |
Shows frame statistics widget set in the specified location.
void OgreBites::TrayManager::hideFrameStats | ( | ) |
Hides frame statistics widget set.
|
inline |
|
inline |
Toggles visibility of advanced statistics.
void OgreBites::TrayManager::showLogo | ( | TrayLocation | trayLoc, |
size_t | place = -1 |
||
) |
Shows logo in the specified location.
void OgreBites::TrayManager::hideLogo | ( | ) |
|
inline |
void OgreBites::TrayManager::showLoadingBar | ( | unsigned int | numGroupsInit = 1 , |
unsigned int | numGroupsLoad = 1 , |
||
Ogre::Real | initProportion = 0.7f |
||
) |
Shows loading bar.
Also takes job settings: the number of resource groups to be initialised, the number of resource groups to be loaded, and the proportion of the job that will be taken up by initialisation. Usually, script parsing takes up most time, so the default value is 0.7.
void OgreBites::TrayManager::hideLoadingBar | ( | ) |
|
inline |
void OgreBites::TrayManager::showOkDialog | ( | const Ogre::DisplayString & | caption, |
const Ogre::DisplayString & | message | ||
) |
Pops up a message dialog with an OK button.
void OgreBites::TrayManager::showYesNoDialog | ( | const Ogre::DisplayString & | caption, |
const Ogre::DisplayString & | question | ||
) |
Pops up a question dialog with Yes and No buttons.
void OgreBites::TrayManager::closeDialog | ( | ) |
Hides whatever dialog is currently showing.
bool OgreBites::TrayManager::isDialogVisible | ( | ) |
Determines if any dialog is currently visible.
Widget* OgreBites::TrayManager::getWidget | ( | TrayLocation | trayLoc, |
const Ogre::String & | name | ||
) |
Gets a widget from a tray by name.
Widget* OgreBites::TrayManager::getWidget | ( | const Ogre::String & | name | ) |
Gets a widget by name.
unsigned int OgreBites::TrayManager::getNumWidgets | ( | ) |
Gets the number of widgets in total.
|
inline |
Gets all the widgets of a specific tray.
int OgreBites::TrayManager::locateWidgetInTray | ( | Widget * | widget | ) |
Gets a widget's position in its tray.
void OgreBites::TrayManager::destroyWidget | ( | Widget * | widget | ) |
Destroys a widget.
|
inline |
|
inline |
|
inline |
void OgreBites::TrayManager::destroyAllWidgetsInTray | ( | TrayLocation | trayLoc | ) |
Destroys all widgets in a tray.
void OgreBites::TrayManager::destroyAllWidgets | ( | ) |
Destroys all widgets.
void OgreBites::TrayManager::moveWidgetToTray | ( | Widget * | widget, |
TrayLocation | trayLoc, | ||
size_t | place = -1 |
||
) |
Adds a widget to a specified tray at given position, or at the end if unspecified or invalid.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void OgreBites::TrayManager::clearTray | ( | TrayLocation | trayLoc | ) |
Removes all widgets from a widget tray.
void OgreBites::TrayManager::clearAllTrays | ( | ) |
Removes all widgets from all widget trays.
|
overridevirtual |
Process frame events.
Updates frame statistics widget set and deletes all widgets queued for destruction.
Reimplemented from OgreBites::InputListener.
void OgreBites::TrayManager::windowUpdate | ( | ) |
|
inlineoverridevirtual |
This event is fired when a resource group begins parsing scripts.
groupName | The name of the group |
scriptCount | The number of scripts which will be parsed |
Reimplemented from Ogre::ResourceGroupListener.
|
inlineoverridevirtual |
This event is fired when a script is about to be parsed.
scriptName | Name of the to be parsed |
skipThisScript | A boolean passed by reference which is by default set to false. If the event sets this to true, the script will be skipped and not parsed. Note that in this case the scriptParseEnded event will not be raised for this script. |
Reimplemented from Ogre::ResourceGroupListener.
|
inlineoverridevirtual |
This event is fired when the script has been fully parsed.
Reimplemented from Ogre::ResourceGroupListener.
|
inlineoverridevirtual |
This event is fired when a resource group begins loading.
groupName | The name of the group being loaded |
resourceCount | The number of resources which will be loaded, including a number of custom stages required to load anything else |
Reimplemented from Ogre::ResourceGroupListener.
|
inlineoverridevirtual |
This event is fired when a declared resource is about to be loaded.
resource | Weak reference to the resource loaded. |
Reimplemented from Ogre::ResourceGroupListener.
|
inlineoverridevirtual |
This event is fired when the resource has been loaded.
Reimplemented from Ogre::ResourceGroupListener.
|
inlineoverridevirtual |
This event is fired when a custom loading stage is about to start.
The number of stages required will have been included in the resourceCount passed in resourceGroupLoadStarted.
description | Text description of what is about to be done |
Reimplemented from Ogre::ResourceGroupListener.
|
inlineoverridevirtual |
This event is fired when a custom loading stage has been completed.
The number of stages required will have been included in the resourceCount passed in resourceGroupLoadStarted.
Reimplemented from Ogre::ResourceGroupListener.
|
overridevirtual |
Toggles visibility of advanced statistics.
Reimplemented from OgreBites::TrayListener.
|
overridevirtual |
Destroys dialog widgets, notifies listener, and ends high priority session.
Reimplemented from OgreBites::TrayListener.
|
overridevirtual |
Processes mouse button down events.
Returns true if the event was consumed and should not be passed on to other handlers.
Reimplemented from OgreBites::InputListener.
|
overridevirtual |
Processes mouse button up events.
Returns true if the event was consumed and should not be passed on to other handlers.
Reimplemented from OgreBites::InputListener.
|
overridevirtual |
Updates cursor position.
Returns true if the event was consumed and should not be passed on to other handlers.
Reimplemented from OgreBites::InputListener.
|
overridevirtual |
Reimplemented from OgreBites::InputListener.