Envision
A visual programming IDE for object-oriented languages
List of all members | Public Member Functions | Static Public Attributes | Private Attributes
Core::TestEvent Class Reference
Inheritance diagram for Core::TestEvent:

Public Member Functions

 TestEvent (QString testTarget, QString testId)
 
const QString & id () const
 
const QString & target () const
 

Static Public Attributes

static const QEvent::Type EventType = static_cast<QEvent::Type> (QEvent::registerEventType())
 

Private Attributes

QString testId_
 
QString testTarget_
 

Constructor & Destructor Documentation

◆ TestEvent()

Core::TestEvent::TestEvent ( QString  testTarget,
QString  testId 
)

Member Function Documentation

◆ id()

const QString & Core::TestEvent::id ( ) const
inline

◆ target()

const QString & Core::TestEvent::target ( ) const
inline

Member Data Documentation

◆ EventType

const QEvent::Type Core::TestEvent::EventType = static_cast<QEvent::Type> (QEvent::registerEventType())
static

◆ testId_

QString Core::TestEvent::testId_
private

◆ testTarget_

QString Core::TestEvent::testTarget_
private