#include <TGImageMap.h>
Inheritance diagram for TGRegionWithId:
Definition at line 83 of file TGImageMap.h.
TGRegionWithId::TGRegionWithId | ( | ) |
TGRegionWithId::TGRegionWithId | ( | const TGRegionWithId & | reg | ) |
TGRegionWithId::~TGRegionWithId | ( | ) | [virtual] |
TGRegionWithId::TGRegionWithId | ( | ) |
TGRegionWithId::TGRegionWithId | ( | Int_t | id, | |
Int_t | x, | |||
Int_t | y, | |||
UInt_t | w, | |||
UInt_t | h, | |||
ERegionType | = kRectangle | |||
) |
TGRegionWithId::TGRegionWithId | ( | const TGRegionWithId & | reg | ) |
virtual TGRegionWithId::~TGRegionWithId | ( | ) | [virtual] |
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().
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] |
TGToolTip* TGRegionWithId::GetToolTipText | ( | ) | const [inline] |
TGPopupMenu* TGRegionWithId::GetPopup | ( | ) | const [inline] |
void TGRegionWithId::SetPopup | ( | TGPopupMenu * | popup | ) | [inline] |
void TGRegionWithId::DisplayPopup | ( | ) |
Int_t TGRegionWithId::fId [protected] |
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.