#include <EventType.h>
|
| static QStringList | availableTypes = {"Input", "Input with value", "Axis", "Output"} |
| |
| static QList< int > | eventCodes = {0,1,9,3} |
| |
◆ EventType() [1/2]
◆ EventType() [2/2]
| EventType::EventType |
( |
int |
index | ) |
|
|
explicit |
◆ getAvailableTypes()
| static QStringList EventType::getAvailableTypes |
( |
| ) |
|
|
inlinestatic |
◆ getEventCodes()
| static QList< int > EventType::getEventCodes |
( |
| ) |
|
|
inlinestatic |
◆ getTypeIndex()
| int EventType::getTypeIndex |
( |
| ) |
const |
|
inline |
◆ getTypeString()
| const std::string & EventType::getTypeString |
( |
| ) |
const |
|
inline |
◆ setTypeIndex()
| void EventType::setTypeIndex |
( |
int |
typeIndex | ) |
|
|
inline |
◆ setTypeString()
| void EventType::setTypeString |
( |
const std::string & |
typeString | ) |
|
|
inline |
◆ availableTypes
| QStringList EventType::availableTypes = {"Input", "Input with value", "Axis", "Output"} |
|
staticprivate |
◆ eventCodes
| QList< int > EventType::eventCodes = {0,1,9,3} |
|
staticprivate |
◆ typeIndex
◆ typeString
| std::string EventType::typeString |
|
private |
The documentation for this class was generated from the following files: