OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ak::aSingletonAllowedMessages Class Reference

#include "aSingletonAllowedMessages.h"

Public Member Functions

 aSingletonAllowedMessages (const aSingletonAllowedMessages &other)=delete
 
aSingletonAllowedMessagesoperator= (const aSingletonAllowedMessages &)=delete
 
void setFlag (eventType _type)
 
void removeFlag (eventType _type)
 
std::vector< eventTypeenabledMessages (void) const
 
std::vector< ak::eventTypedisabledMessages (void) const
 
bool unknownEvent (void) const
 
bool activatedEvent (void) const
 
bool changedEvent (void) const
 
bool clearedEvent (void) const
 
bool clickedEvent (void) const
 
bool closeRequestedEvent (void) const
 
bool collapsedEvent (void) const
 
bool cursorPositionChangedEvent (void) const
 
bool destroyedEvent (void) const
 
bool doubleClickedEvent (void) const
 
bool expandedEvent (void) const
 
bool focusedEvent (void) const
 
bool invalidEntryEvent (void) const
 
bool indexChangedEvent (void) const
 
bool keyPressedEvent (void) const
 
bool locationChangedEvent (void) const
 
bool releasedEvent (void) const
 
bool selectionChangedEvent (void) const
 
bool stateChangedEvent (void) const
 
bool textChangedEvent (void) const
 
bool toggledCheckedEvent (void) const
 
bool toggledUncheckedEvent (void) const
 

Static Public Member Functions

static aSingletonAllowedMessagesinstance ()
 

Protected Member Functions

 aSingletonAllowedMessages ()
 

Protected Attributes

bool m_unknownEvent
 
bool m_activated
 
bool m_changed
 
bool m_cleared
 
bool m_clicked
 
bool m_closeRequested
 
bool m_collpased
 
bool m_cursorPosotionChanged
 
bool m_destroyed
 
bool m_doubleClicked
 
bool m_expanded
 
bool m_focused
 
bool m_invalidEntry
 
bool m_indexChanged
 
bool m_locationChanged
 
bool m_released
 
bool m_keyPressed
 
bool m_selectionChanged
 
bool m_stateChanged
 
bool m_textChanged
 
bool m_toggeledChecked
 
bool m_toggeledUnchecked
 

Static Protected Attributes

static aSingletonAllowedMessagesm_singleton = nullptr
 

Constructor & Destructor Documentation

◆ aSingletonAllowedMessages() [1/2]

ak::aSingletonAllowedMessages::aSingletonAllowedMessages ( const aSingletonAllowedMessages & other)
delete

◆ aSingletonAllowedMessages() [2/2]

ak::aSingletonAllowedMessages::aSingletonAllowedMessages ( void )
protected

Member Function Documentation

◆ activatedEvent()

bool ak::aSingletonAllowedMessages::activatedEvent ( void ) const
inline

◆ changedEvent()

bool ak::aSingletonAllowedMessages::changedEvent ( void ) const
inline

◆ clearedEvent()

bool ak::aSingletonAllowedMessages::clearedEvent ( void ) const
inline

◆ clickedEvent()

bool ak::aSingletonAllowedMessages::clickedEvent ( void ) const
inline

◆ closeRequestedEvent()

bool ak::aSingletonAllowedMessages::closeRequestedEvent ( void ) const
inline

◆ collapsedEvent()

bool ak::aSingletonAllowedMessages::collapsedEvent ( void ) const
inline

◆ cursorPositionChangedEvent()

bool ak::aSingletonAllowedMessages::cursorPositionChangedEvent ( void ) const
inline

◆ destroyedEvent()

bool ak::aSingletonAllowedMessages::destroyedEvent ( void ) const
inline

◆ disabledMessages()

std::vector< ak::eventType > ak::aSingletonAllowedMessages::disabledMessages ( void ) const

◆ doubleClickedEvent()

bool ak::aSingletonAllowedMessages::doubleClickedEvent ( void ) const
inline

◆ enabledMessages()

std::vector< ak::eventType > ak::aSingletonAllowedMessages::enabledMessages ( void ) const

◆ expandedEvent()

bool ak::aSingletonAllowedMessages::expandedEvent ( void ) const
inline

◆ focusedEvent()

bool ak::aSingletonAllowedMessages::focusedEvent ( void ) const
inline

◆ indexChangedEvent()

bool ak::aSingletonAllowedMessages::indexChangedEvent ( void ) const
inline

◆ instance()

ak::aSingletonAllowedMessages * ak::aSingletonAllowedMessages::instance ( void )
static

◆ invalidEntryEvent()

bool ak::aSingletonAllowedMessages::invalidEntryEvent ( void ) const
inline

◆ keyPressedEvent()

bool ak::aSingletonAllowedMessages::keyPressedEvent ( void ) const
inline

◆ locationChangedEvent()

bool ak::aSingletonAllowedMessages::locationChangedEvent ( void ) const
inline

◆ operator=()

aSingletonAllowedMessages & ak::aSingletonAllowedMessages::operator= ( const aSingletonAllowedMessages & )
delete

◆ releasedEvent()

bool ak::aSingletonAllowedMessages::releasedEvent ( void ) const
inline

◆ removeFlag()

void ak::aSingletonAllowedMessages::removeFlag ( eventType _type)

◆ selectionChangedEvent()

bool ak::aSingletonAllowedMessages::selectionChangedEvent ( void ) const
inline

◆ setFlag()

void ak::aSingletonAllowedMessages::setFlag ( eventType _type)

◆ stateChangedEvent()

bool ak::aSingletonAllowedMessages::stateChangedEvent ( void ) const
inline

◆ textChangedEvent()

bool ak::aSingletonAllowedMessages::textChangedEvent ( void ) const
inline

◆ toggledCheckedEvent()

bool ak::aSingletonAllowedMessages::toggledCheckedEvent ( void ) const
inline

◆ toggledUncheckedEvent()

bool ak::aSingletonAllowedMessages::toggledUncheckedEvent ( void ) const
inline

◆ unknownEvent()

bool ak::aSingletonAllowedMessages::unknownEvent ( void ) const
inline

Member Data Documentation

◆ m_activated

bool ak::aSingletonAllowedMessages::m_activated
protected

◆ m_changed

bool ak::aSingletonAllowedMessages::m_changed
protected

◆ m_cleared

bool ak::aSingletonAllowedMessages::m_cleared
protected

◆ m_clicked

bool ak::aSingletonAllowedMessages::m_clicked
protected

◆ m_closeRequested

bool ak::aSingletonAllowedMessages::m_closeRequested
protected

◆ m_collpased

bool ak::aSingletonAllowedMessages::m_collpased
protected

◆ m_cursorPosotionChanged

bool ak::aSingletonAllowedMessages::m_cursorPosotionChanged
protected

◆ m_destroyed

bool ak::aSingletonAllowedMessages::m_destroyed
protected

◆ m_doubleClicked

bool ak::aSingletonAllowedMessages::m_doubleClicked
protected

◆ m_expanded

bool ak::aSingletonAllowedMessages::m_expanded
protected

◆ m_focused

bool ak::aSingletonAllowedMessages::m_focused
protected

◆ m_indexChanged

bool ak::aSingletonAllowedMessages::m_indexChanged
protected

◆ m_invalidEntry

bool ak::aSingletonAllowedMessages::m_invalidEntry
protected

◆ m_keyPressed

bool ak::aSingletonAllowedMessages::m_keyPressed
protected

◆ m_locationChanged

bool ak::aSingletonAllowedMessages::m_locationChanged
protected

◆ m_released

bool ak::aSingletonAllowedMessages::m_released
protected

◆ m_selectionChanged

bool ak::aSingletonAllowedMessages::m_selectionChanged
protected

◆ m_singleton

ak::aSingletonAllowedMessages * ak::aSingletonAllowedMessages::m_singleton = nullptr
staticprotected

◆ m_stateChanged

bool ak::aSingletonAllowedMessages::m_stateChanged
protected

◆ m_textChanged

bool ak::aSingletonAllowedMessages::m_textChanged
protected

◆ m_toggeledChecked

bool ak::aSingletonAllowedMessages::m_toggeledChecked
protected

◆ m_toggeledUnchecked

bool ak::aSingletonAllowedMessages::m_toggeledUnchecked
protected

◆ m_unknownEvent

bool ak::aSingletonAllowedMessages::m_unknownEvent
protected

The documentation for this class was generated from the following files: