TGRegionWithId Class Reference

#include <TGImageMap.h>

Inheritance diagram for TGRegionWithId:

TGRegion TGRegion TObject TObject TObject TObject List of all members.

Public Member Functions

 TGRegionWithId ()
 TGRegionWithId (Int_t id, Int_t x, Int_t y, UInt_t w, UInt_t h, ERegionType=kRectangle)
 TGRegionWithId (Int_t id, Int_t n, TPoint *points, Bool_t winding=kFALSE)
 TGRegionWithId (const TGRegionWithId &reg)
 TGRegionWithId (const TGRegion &reg, Int_t id)
virtual ~TGRegionWithId ()
Int_t GetId () const
TGToolTipGetToolTipText () const
void SetToolTipText (const char *text, Long_t delayms, const TGFrame *frame)
TGPopupMenuGetPopup () const
void SetPopup (TGPopupMenu *popup)
void DisplayPopup ()
 TGRegionWithId ()
 TGRegionWithId (Int_t id, Int_t x, Int_t y, UInt_t w, UInt_t h, ERegionType=kRectangle)
 TGRegionWithId (Int_t id, Int_t n, TPoint *points, Bool_t winding=kFALSE)
 TGRegionWithId (const TGRegionWithId &reg)
 TGRegionWithId (const TGRegion &reg, Int_t id)
virtual ~TGRegionWithId ()
Int_t GetId () const
TGToolTipGetToolTipText () const
void SetToolTipText (const char *text, Long_t delayms, const TGFrame *frame)
TGPopupMenuGetPopup () const
void SetPopup (TGPopupMenu *popup)
void DisplayPopup ()

Protected Attributes

Int_t fId
TGToolTipfTip
TGPopupMenufPopup
TGToolTipfTip
TGPopupMenufPopup

Private Member Functions

TGRegionWithIdoperator= (const TGRegionWithId &)
TGRegionWithIdoperator= (const TGRegionWithId &)

Detailed Description

Definition at line 83 of file TGImageMap.h.


Constructor & Destructor Documentation

TGRegionWithId::TGRegionWithId (  ) 

Definition at line 318 of file TGImageMap.cxx.

References fId, fPopup, and fTip.

TGRegionWithId::TGRegionWithId ( Int_t  id,
Int_t  x,
Int_t  y,
UInt_t  w,
UInt_t  h,
ERegionType  = kRectangle 
)

Definition at line 328 of file TGImageMap.cxx.

References fId, fPopup, and fTip.

TGRegionWithId::TGRegionWithId ( Int_t  id,
Int_t  n,
TPoint points,
Bool_t  winding = kFALSE 
)

Definition at line 340 of file TGImageMap.cxx.

References fId, fPopup, and fTip.

TGRegionWithId::TGRegionWithId ( const TGRegionWithId reg  ) 

Definition at line 352 of file TGImageMap.cxx.

References fId, fPopup, fTip, and GetId().

TGRegionWithId::TGRegionWithId ( const TGRegion reg,
Int_t  id 
)

Definition at line 362 of file TGImageMap.cxx.

References fId, fPopup, and fTip.

TGRegionWithId::~TGRegionWithId (  )  [virtual]

Definition at line 373 of file TGImageMap.cxx.

References fTip.

TGRegionWithId::TGRegionWithId (  ) 

TGRegionWithId::TGRegionWithId ( Int_t  id,
Int_t  x,
Int_t  y,
UInt_t  w,
UInt_t  h,
ERegionType  = kRectangle 
)

TGRegionWithId::TGRegionWithId ( Int_t  id,
Int_t  n,
TPoint points,
Bool_t  winding = kFALSE 
)

TGRegionWithId::TGRegionWithId ( const TGRegionWithId reg  ) 

TGRegionWithId::TGRegionWithId ( const TGRegion reg,
Int_t  id 
)

virtual TGRegionWithId::~TGRegionWithId (  )  [virtual]


Member Function Documentation

TGRegionWithId& TGRegionWithId::operator= ( const TGRegionWithId  )  [private]

Int_t TGRegionWithId::GetId (  )  const [inline]

Definition at line 103 of file TGImageMap.h.

References fId.

Referenced by TGImageMap::CreatePopup(), TGImageMap::GetPopup(), TGImageMap::HandleButton(), TGImageMap::HandleDoubleClick(), TGImageMap::HandleMotion(), TGImageMap::SetToolTipText(), and TGRegionWithId().

TGToolTip* TGRegionWithId::GetToolTipText (  )  const [inline]

Definition at line 104 of file TGImageMap.h.

References fTip.

Referenced by TGImageMap::HandleMotion().

void TGRegionWithId::SetToolTipText ( const char *  text,
Long_t  delayms,
const TGFrame frame 
)

Definition at line 389 of file TGImageMap.cxx.

References fTip, gClient, and TGClient::GetDefaultRoot().

Referenced by TGImageMap::SetToolTipText().

TGPopupMenu* TGRegionWithId::GetPopup (  )  const [inline]

Definition at line 107 of file TGImageMap.h.

References fPopup.

Referenced by TGImageMap::CreatePopup(), TGImageMap::GetPopup(), and TGImageMap::HandleButton().

void TGRegionWithId::SetPopup ( TGPopupMenu popup  )  [inline]

Definition at line 108 of file TGImageMap.h.

References fPopup.

Referenced by TGImageMap::CreatePopup().

void TGRegionWithId::DisplayPopup (  ) 

Definition at line 381 of file TGImageMap.cxx.

References fPopup, gPointerX, gPointerY, kFALSE, kTRUE, and TGPopupMenu::PlaceMenu().

TGRegionWithId& TGRegionWithId::operator= ( const TGRegionWithId  )  [private]

Int_t TGRegionWithId::GetId (  )  const [inline]

Definition at line 103 of file TGImageMap.h.

References fId.

TGToolTip* TGRegionWithId::GetToolTipText (  )  const [inline]

Definition at line 104 of file TGImageMap.h.

References fTip.

void TGRegionWithId::SetToolTipText ( const char *  text,
Long_t  delayms,
const TGFrame frame 
)

TGPopupMenu* TGRegionWithId::GetPopup (  )  const [inline]

Definition at line 107 of file TGImageMap.h.

References fPopup.

void TGRegionWithId::SetPopup ( TGPopupMenu popup  )  [inline]

Definition at line 108 of file TGImageMap.h.

References fPopup.

void TGRegionWithId::DisplayPopup (  ) 


Member Data Documentation

Int_t TGRegionWithId::fId [protected]

Definition at line 90 of file TGImageMap.h.

Referenced by GetId(), and TGRegionWithId().

TGToolTip* TGRegionWithId::fTip [protected]

Definition at line 91 of file TGImageMap.h.

Referenced by GetToolTipText(), SetToolTipText(), TGRegionWithId(), and ~TGRegionWithId().

TGPopupMenu* TGRegionWithId::fPopup [protected]

Definition at line 92 of file TGImageMap.h.

Referenced by DisplayPopup(), GetPopup(), SetPopup(), and TGRegionWithId().

TGToolTip* TGRegionWithId::fTip [protected]

Definition at line 91 of file TGImageMap.h.

TGPopupMenu* TGRegionWithId::fPopup [protected]

Definition at line 92 of file TGImageMap.h.


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:40:47 2011 for ROOT_528-00b_version by  doxygen 1.5.1