#include <SDOM_EventType.hpp>
◆ EventType() [1/2]
SDOM::EventType::EventType |
( |
const std::string & |
name | ) |
|
|
inlineexplicit |
◆ EventType() [2/2]
SDOM::EventType::EventType |
( |
const std::string & |
name, |
|
|
bool |
captures, |
|
|
bool |
bubbles, |
|
|
bool |
targetOnly, |
|
|
bool |
global |
|
) |
| |
|
inlineexplicit |
◆ getBubbles()
bool SDOM::EventType::getBubbles |
( |
| ) |
const |
◆ getCaptures()
bool SDOM::EventType::getCaptures |
( |
| ) |
const |
◆ getGlobal()
bool SDOM::EventType::getGlobal |
( |
| ) |
const |
◆ getName()
const std::string & SDOM::EventType::getName |
( |
| ) |
const |
|
inline |
◆ getRegistry()
static const std::unordered_map< std::string, EventType * > & SDOM::EventType::getRegistry |
( |
| ) |
|
|
inlinestatic |
◆ getTargetOnly()
bool SDOM::EventType::getTargetOnly |
( |
| ) |
const |
◆ isRegistered()
static bool SDOM::EventType::isRegistered |
( |
const std::string & |
name | ) |
|
|
inlinestatic |
◆ operator!=()
bool SDOM::EventType::operator!= |
( |
const EventType & |
other | ) |
const |
|
inline |
◆ operator<()
bool SDOM::EventType::operator< |
( |
const EventType & |
other | ) |
const |
|
inline |
◆ operator==()
bool SDOM::EventType::operator== |
( |
const EventType & |
other | ) |
const |
|
inline |
◆ registerEventType()
static void SDOM::EventType::registerEventType |
( |
const std::string & |
name, |
|
|
EventType * |
ptr |
|
) |
| |
|
inlinestatic |
◆ registerLua()
void SDOM::EventType::registerLua |
( |
sol::state_view |
lua | ) |
|
|
static |
◆ setBubbles()
EventType & SDOM::EventType::setBubbles |
( |
bool |
bubbles | ) |
|
◆ setCaptures()
EventType & SDOM::EventType::setCaptures |
( |
bool |
captures | ) |
|
◆ setGlobal()
EventType & SDOM::EventType::setGlobal |
( |
bool |
global | ) |
|
◆ setTargetOnly()
EventType & SDOM::EventType::setTargetOnly |
( |
bool |
targetOnly | ) |
|
◆ Active
◆ Added
◆ AddedToStage
◆ ClipboardCopy
◆ ClipboardPaste
◆ Disabled
◆ Drag
◆ Dragging
◆ Drop
◆ Enabled
◆ EnterFrame
◆ EnterFullscreen
◆ FocusGained
◆ FocusLost
◆ Hidden
◆ Hide
◆ Inactive
◆ KeyDown
◆ KeyUp
◆ LeaveFullscreen
◆ MouseButtonDown
◆ MouseButtonUp
◆ MouseClick
◆ MouseDoubleClick
◆ MouseEnter
◆ MouseLeave
◆ MouseMove
◆ MouseWheel
◆ Move
◆ None
◆ OnEvent
◆ OnInit
◆ OnPreRender
◆ OnQuit
◆ OnRender
◆ OnUpdate
◆ Quit
◆ Removed
◆ RemovedFromStage
◆ Resize
◆ SDL_Event
◆ SelectionChanged
◆ Show
◆ StageClosed
◆ StateChanged
◆ Tick
◆ Timeout
◆ Timer
◆ User
◆ ValueChanged
◆ Visible
The documentation for this class was generated from the following files: