#include <TGNumberEntry.h>
Inheritance diagram for TGNumberEntryLayout:

Public Member Functions | |
| TGNumberEntryLayout (TGNumberEntry *box) | |
| virtual void | Layout () |
| virtual TGDimension | GetDefaultSize () const |
| TGNumberEntryLayout (TGNumberEntry *box) | |
| virtual void | Layout () |
| virtual TGDimension | GetDefaultSize () const |
Protected Attributes | |
| TGNumberEntry * | fBox |
| TGNumberEntry * | fBox |
Private Member Functions | |
| TGNumberEntryLayout (const TGNumberEntryLayout &) | |
| TGNumberEntryLayout & | operator= (const TGNumberEntryLayout &) |
| TGNumberEntryLayout (const TGNumberEntryLayout &) | |
| TGNumberEntryLayout & | operator= (const TGNumberEntryLayout &) |
Definition at line 294 of file TGNumberEntry.h.
| TGNumberEntryLayout::TGNumberEntryLayout | ( | const TGNumberEntryLayout & | ) | [private] |
| TGNumberEntryLayout::TGNumberEntryLayout | ( | TGNumberEntry * | box | ) | [inline] |
Definition at line 303 of file TGNumberEntry.h.
| TGNumberEntryLayout::TGNumberEntryLayout | ( | const TGNumberEntryLayout & | ) | [private] |
| TGNumberEntryLayout::TGNumberEntryLayout | ( | TGNumberEntry * | box | ) | [inline] |
Definition at line 303 of file TGNumberEntry.h.
| TGNumberEntryLayout& TGNumberEntryLayout::operator= | ( | const TGNumberEntryLayout & | ) | [private] |
| void TGNumberEntryLayout::Layout | ( | ) | [virtual] |
Implements TGLayoutManager.
Definition at line 1735 of file TGNumberEntry.cxx.
References fBox, TGNumberEntry::GetButtonDown(), TGNumberEntry::GetButtonUp(), TGFrame::GetHeight(), TGNumberEntry::GetNumberEntry(), TGFrame::GetWidth(), h, TGFrame::MoveResize(), and w.
| TGDimension TGNumberEntryLayout::GetDefaultSize | ( | ) | const [virtual] |
Implements TGLayoutManager.
Definition at line 1763 of file TGNumberEntry.cxx.
References fBox, and TGFrame::GetSize().
| TGNumberEntryLayout& TGNumberEntryLayout::operator= | ( | const TGNumberEntryLayout & | ) | [private] |
| virtual void TGNumberEntryLayout::Layout | ( | ) | [virtual] |
Implements TGLayoutManager.
| virtual TGDimension TGNumberEntryLayout::GetDefaultSize | ( | ) | const [virtual] |
Implements TGLayoutManager.
TGNumberEntry* TGNumberEntryLayout::fBox [protected] |
TGNumberEntry* TGNumberEntryLayout::fBox [protected] |
Definition at line 296 of file TGNumberEntry.h.
1.5.1