#include <TGListBox.h>
Inheritance diagram for TGLBEntry:
Public Member Functions | |
TGLBEntry (const TGWindow *p=0, Int_t id=-1, UInt_t options=kHorizontalFrame, Pixel_t back=GetWhitePixel()) | |
virtual void | Activate (Bool_t a) |
virtual void | Toggle () |
virtual void | Update (TGLBEntry *) |
Int_t | EntryId () const |
Bool_t | IsActive () const |
virtual void | SetBackgroundColor (Pixel_t col) |
TGLBEntry (const TGWindow *p=0, Int_t id=-1, UInt_t options=kHorizontalFrame, Pixel_t back=GetWhitePixel()) | |
virtual void | Activate (Bool_t a) |
virtual void | Toggle () |
virtual void | Update (TGLBEntry *) |
Int_t | EntryId () const |
Bool_t | IsActive () const |
virtual void | SetBackgroundColor (Pixel_t col) |
Protected Member Functions | |
virtual void | DoRedraw () |
virtual void | DoRedraw () |
Protected Attributes | |
Int_t | fEntryId |
Pixel_t | fBkcolor |
Bool_t | fActive |
Definition at line 60 of file TGListBox.h.
TGLBEntry::TGLBEntry | ( | const TGWindow * | p = 0 , |
|
Int_t | id = -1 , |
|||
UInt_t | options = kHorizontalFrame , |
|||
Pixel_t | back = GetWhitePixel() | |||
) |
TGLBEntry::TGLBEntry | ( | const TGWindow * | p = 0 , |
|
Int_t | id = -1 , |
|||
UInt_t | options = kHorizontalFrame , |
|||
Pixel_t | back = GetWhitePixel() | |||
) |
virtual void TGLBEntry::DoRedraw | ( | ) | [inline, protected, virtual] |
Reimplemented from TGFrame.
Definition at line 67 of file TGListBox.h.
Referenced by Activate(), and Toggle().
void TGLBEntry::Activate | ( | Bool_t | a | ) | [virtual] |
Reimplemented from TGFrame.
Definition at line 75 of file TGListBox.cxx.
References DoRedraw(), and fActive.
Referenced by HistAction::ProcessMessage(), and TGLBContainer::Select().
void TGLBEntry::Toggle | ( | ) | [virtual] |
virtual void TGLBEntry::Update | ( | TGLBEntry * | ) | [inline, virtual] |
Definition at line 75 of file TGListBox.h.
Referenced by TGComboBox::ProcessMessage(), and TGComboBox::Select().
Int_t TGLBEntry::EntryId | ( | ) | const [inline] |
Definition at line 76 of file TGListBox.h.
References fEntryId.
Referenced by TGLBContainer::AddEntrySort(), TGRootIDE::Back(), TGHtmlBrowser::Back(), TGFontDialog::Build(), TGHtml::ControlSize(), TGHtmlBrowser::Forward(), TGRootIDE::Forward(), TGListBox::GetEntry(), TGLBContainer::GetSelected(), TGComboBoxPopup::HandleButton(), TGLBContainer::InsertEntry(), TGFileDialog::ProcessMessage(), TGLBContainer::RemoveEntries(), TGListBox::RemoveEntry(), TGLBContainer::RemoveEntry(), TGTextLBEntry::SavePrimitive(), SelectEntry(), TFitEditor::SetFitObject(), and TGFontDialog::SetFont().
Bool_t TGLBEntry::IsActive | ( | ) | const [inline, virtual] |
virtual void TGLBEntry::SetBackgroundColor | ( | Pixel_t | col | ) | [inline, virtual] |
Reimplemented from TGFrame.
Definition at line 78 of file TGListBox.h.
References fBkcolor, and TGFrame::SetBackgroundColor().
Referenced by TGListBox::ChangeBackground(), TParallelCoordEditor::CleanUpSelections(), TParallelCoordEditor::DoSelectLineColor(), TGComboBox::EnableTextInput(), and TGComboBox::SetEnabled().
virtual void TGLBEntry::DoRedraw | ( | ) | [inline, protected, virtual] |
virtual void TGLBEntry::Toggle | ( | ) | [virtual] |
virtual void TGLBEntry::Update | ( | TGLBEntry * | ) | [inline, virtual] |
Definition at line 75 of file TGListBox.h.
Int_t TGLBEntry::EntryId | ( | ) | const [inline] |
Bool_t TGLBEntry::IsActive | ( | ) | const [inline, virtual] |
virtual void TGLBEntry::SetBackgroundColor | ( | Pixel_t | col | ) | [inline, virtual] |
Reimplemented from TGFrame.
Definition at line 78 of file TGListBox.h.
References fBkcolor, and TGFrame::SetBackgroundColor().
Int_t TGLBEntry::fEntryId [protected] |
Pixel_t TGLBEntry::fBkcolor [protected] |
Definition at line 64 of file TGListBox.h.
Referenced by TGTextLBEntry::DrawCopy(), and SetBackgroundColor().
Bool_t TGLBEntry::fActive [protected] |
Definition at line 65 of file TGListBox.h.
Referenced by Activate(), TGLineLBEntry::DrawCopy(), TGTextLBEntry::DrawCopy(), IsActive(), and Toggle().