#include <TDataMember.h>
Inheritance diagram for TOptionListItem:

Public Member Functions | |
| TOptionListItem (TDataMember *m, Long_t val, Long_t valmask, Long_t tglmask, const char *name, const char *label) | |
| ~TOptionListItem () | |
| TOptionListItem (TDataMember *m, Long_t val, Long_t valmask, Long_t tglmask, const char *name, const char *label) | |
| ~TOptionListItem () | |
Public Attributes | |
| TDataMember * | fDataMember |
| Long_t | fValue |
| Long_t | fValueMaskBit |
| Long_t | fToggleMaskBit |
| char * | fOptName |
| char * | fOptLabel |
| TDataMember * | fDataMember |
| char * | fOptName |
| char * | fOptLabel |
Protected Member Functions | |
| TOptionListItem (const TOptionListItem &) | |
| TOptionListItem & | operator= (const TOptionListItem &) |
| TOptionListItem (const TOptionListItem &) | |
| TOptionListItem & | operator= (const TOptionListItem &) |
Definition at line 93 of file TDataMember.h.
| TOptionListItem::TOptionListItem | ( | const TOptionListItem & | ) | [protected] |
Definition at line 831 of file TDataMember.cxx.
| TOptionListItem::TOptionListItem | ( | TDataMember * | m, | |
| Long_t | val, | |||
| Long_t | valmask, | |||
| Long_t | tglmask, | |||
| const char * | name, | |||
| const char * | label | |||
| ) |
Definition at line 804 of file TDataMember.cxx.
References d, fDataMember, fOptLabel, fOptName, fToggleMaskBit, fValue, fValueMaskBit, and strlcpy().
| TOptionListItem::~TOptionListItem | ( | ) |
| TOptionListItem::TOptionListItem | ( | const TOptionListItem & | ) | [protected] |
| TOptionListItem::TOptionListItem | ( | TDataMember * | m, | |
| Long_t | val, | |||
| Long_t | valmask, | |||
| Long_t | tglmask, | |||
| const char * | name, | |||
| const char * | label | |||
| ) |
| TOptionListItem::~TOptionListItem | ( | ) |
| TOptionListItem & TOptionListItem::operator= | ( | const TOptionListItem & | ) | [protected] |
Definition at line 844 of file TDataMember.cxx.
References fDataMember, fOptLabel, fOptName, fToggleMaskBit, fValue, fValueMaskBit, and TObject::operator=().
| TOptionListItem& TOptionListItem::operator= | ( | const TOptionListItem & | ) | [protected] |
Definition at line 101 of file TDataMember.h.
Referenced by TRootContextMenu::Dialog(), operator=(), and TOptionListItem().
Definition at line 104 of file TDataMember.h.
Referenced by ClassImp(), TRootContextMenu::Dialog(), operator=(), TOptionListItem(), and ~TOptionListItem().
Definition at line 105 of file TDataMember.h.
Referenced by TRootContextMenu::Dialog(), operator=(), TOptionListItem(), and ~TOptionListItem().
Definition at line 100 of file TDataMember.h.
Definition at line 104 of file TDataMember.h.
Definition at line 105 of file TDataMember.h.
1.5.1