Version: 8.3.0
TSelectListEvent Class Reference

Helper class for selection event. More...

Inheritance diagram for TSelectListEvent:

Public Member Functions

 TSelectListEvent (const char *id, std::vector< int > ids, bool append)
 
virtual void Execute ()
 

Private Attributes

const char * myId
 
std::vector< intmyIdsList
 
bool myIsAppend
 

Detailed Description

Helper class for selection event.

Constructor & Destructor Documentation

TSelectListEvent::TSelectListEvent ( const char *  id,
std::vector< int ids,
bool  append 
)

Member Function Documentation

Field Documentation

const char* TSelectListEvent::myId
private

Referenced by Execute().

std::vector<int> TSelectListEvent::myIdsList
private

Referenced by Execute().

bool TSelectListEvent::myIsAppend
private

Referenced by Execute().