WorldControl Class Reference
Event which is called to share WorldControl information. More...
#include <GuiEvents.hh>
Public Member Functions | |
| WorldControl (const msgs::WorldControl &_worldControl) | |
| Constructor. More... | |
| const msgs::WorldControl & | WorldControlInfo () const |
| Get the WorldControl information. More... | |
Public Member Functions inherited from QEvent | |
| QEvent (Type type) | |
| virtual | ~QEvent () |
| void | accept () |
| void | ignore () |
| bool | isAccepted () const |
| void | setAccepted (bool accepted) |
| bool | spontaneous () const |
| Type | type () const |
Static Public Attributes | |
| static const QEvent::Type | kType = QEvent::Type(QEvent::MaxUser - 19) |
| Unique type for this event. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from QEvent | |
| int | registerEventType (int hint) |
Properties inherited from QEvent | |
| accepted | |
Detailed Description
Event which is called to share WorldControl information.
Constructor & Destructor Documentation
◆ WorldControl()
|
explicit |
Constructor.
- Parameters
-
[in] _worldControl The WorldControl information
Member Function Documentation
◆ WorldControlInfo()
| const msgs::WorldControl& WorldControlInfo | ( | ) | const |
Get the WorldControl information.
- Returns
- The WorldControl information
Member Data Documentation
◆ kType
|
static |
Unique type for this event.
The documentation for this class was generated from the following file:
Public Member Functions inherited from