hydrogen 1.1.1
ShotList::Arg Class Reference

Buffer for construction of Q_ARGs. More...

Public Member Functions

 Arg (QString &sArg)
 
 operator QGenericArgument ()
 

Private Attributes

QString m_sArg
 
union {
   int   m_n
 
   QWidget *   m_pWidget
 
   bool   m_b
 
}; 
 

Detailed Description

Buffer for construction of Q_ARGs.

Constructor & Destructor Documentation

◆ Arg()

Arg ( QString &  sArg)
inline

Member Function Documentation

◆ operator QGenericArgument()

operator QGenericArgument ( )
inline

Field Documentation

◆ 

union { ... } @1

◆ m_b

bool m_b

◆ m_n

int m_n

◆ m_pWidget

QWidget* m_pWidget

◆ m_sArg

QString m_sArg
private