Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TGWidget Class Reference

Definition at line 55 of file TGWidget.h.

Public Member Functions

 TGWidget ()
 
 TGWidget (Int_t id)
 
virtual ~TGWidget ()
 
virtual void Associate (const TGWindow *w)
 
const char * GetCommand () const
 
Bool_t HasFocus () const
 
Bool_t IsEnabled () const
 
virtual void SetCommand (const char *command)
 
Bool_t WantFocus () const
 
Int_t WidgetId () const
 

Protected Member Functions

 TGWidget (const TGWidget &tgw)
 
Int_t ClearFlags (Int_t flags)
 
TGWidgetoperator= (const TGWidget &tgw)
 
Int_t SetFlags (Int_t flags)
 

Protected Attributes

TString fCommand
 
const TGWindowfMsgWindow
 
Int_t fWidgetFlags
 
Int_t fWidgetId
 

#include <TGWidget.h>

Inheritance diagram for TGWidget:
[legend]

Constructor & Destructor Documentation

◆ TGWidget() [1/3]

TGWidget::TGWidget ( const TGWidget tgw)
inlineprotected

Definition at line 63 of file TGWidget.h.

◆ TGWidget() [2/3]

TGWidget::TGWidget ( )
inline

Definition at line 74 of file TGWidget.h.

◆ TGWidget() [3/3]

TGWidget::TGWidget ( Int_t  id)
inline

Definition at line 76 of file TGWidget.h.

◆ ~TGWidget()

virtual TGWidget::~TGWidget ( )
inlinevirtual

Definition at line 78 of file TGWidget.h.

Member Function Documentation

◆ Associate()

virtual void TGWidget::Associate ( const TGWindow w)
inlinevirtual

Reimplemented in TGNumberEntry.

Definition at line 84 of file TGWidget.h.

◆ ClearFlags()

Int_t TGWidget::ClearFlags ( Int_t  flags)
inlineprotected

Definition at line 71 of file TGWidget.h.

◆ GetCommand()

const char* TGWidget::GetCommand ( ) const
inline

Definition at line 86 of file TGWidget.h.

◆ HasFocus()

Bool_t TGWidget::HasFocus ( ) const
inline

Definition at line 82 of file TGWidget.h.

◆ IsEnabled()

Bool_t TGWidget::IsEnabled ( ) const
inline

Definition at line 81 of file TGWidget.h.

◆ operator=()

TGWidget& TGWidget::operator= ( const TGWidget tgw)
inlineprotected

Definition at line 66 of file TGWidget.h.

◆ SetCommand()

virtual void TGWidget::SetCommand ( const char *  command)
inlinevirtual

Definition at line 85 of file TGWidget.h.

◆ SetFlags()

Int_t TGWidget::SetFlags ( Int_t  flags)
inlineprotected

Definition at line 70 of file TGWidget.h.

◆ WantFocus()

Bool_t TGWidget::WantFocus ( ) const
inline

Definition at line 83 of file TGWidget.h.

◆ WidgetId()

Int_t TGWidget::WidgetId ( ) const
inline

Definition at line 80 of file TGWidget.h.

Member Data Documentation

◆ fCommand

TString TGWidget::fCommand
protected

Definition at line 61 of file TGWidget.h.

◆ fMsgWindow

const TGWindow* TGWidget::fMsgWindow
protected

Definition at line 60 of file TGWidget.h.

◆ fWidgetFlags

Int_t TGWidget::fWidgetFlags
protected

Definition at line 59 of file TGWidget.h.

◆ fWidgetId

Int_t TGWidget::fWidgetId
protected

Definition at line 58 of file TGWidget.h.

Libraries for TGWidget:
[legend]

The documentation for this class was generated from the following file: