1 #ifndef _Q_EVENTLABEL_HH_
2 #define _Q_EVENTLABEL_HH_
65 void Init(
const std::string&);
#define Q_BEGIN_NAMESPACE
label for QObject in the QEvent
std::string GetStringLabel() const
get string in the format "owner@name"
bool operator<(const QEventLabel &other) const
less operator
QEventLabel(const char *o, const char *n)
constructor
QEventLabel()
default constructor
const std::string & GetOwner() const
get owner
const std::string & GetName() const
get name
std::string owner
owner of the QObject
const QEventLabel & operator=(const std::string &label)
assignment operator
bool operator==(const QEventLabel &other) const
comparison operator
QEventLabel(const std::string &o, const std::string &n)
constructor
std::string name
name of the QObject
void Init(const std::string &)
function called in constructors