hydrogen 1.2.6
ShotList::Arg Class Reference

Buffer for construction of Q_ARGs. More...

Public Member Functions

 Arg (QString &sArg)
 
 operator QGenericArgument ()
 

Private Attributes

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

Detailed Description

Buffer for construction of Q_ARGs.

Definition at line 63 of file ShotList.h.

Constructor & Destructor Documentation

◆ Arg()

Arg ( QString & sArg)
inline

Definition at line 71 of file ShotList.h.

Member Function Documentation

◆ operator QGenericArgument()

operator QGenericArgument ( )
inline

Definition at line 73 of file ShotList.h.

Field Documentation

◆ [union]

union { ... }

◆ m_b

bool m_b

Definition at line 68 of file ShotList.h.

◆ m_n

int m_n

Definition at line 66 of file ShotList.h.

◆ m_pWidget

QWidget* m_pWidget

Definition at line 67 of file ShotList.h.

◆ m_sArg

QString m_sArg
private

Definition at line 64 of file ShotList.h.