Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGMdiFrameList Class Reference

Definition at line 86 of file TGMdiMainFrame.h.

Public Member Functions

virtual ~TGMdiFrameList ()
 
TGMdiFrameListGetCycleNext () const
 
TGMdiFrameListGetCyclePrev () const
 
TGMdiDecorFrameGetDecorFrame () const
 
UInt_t GetFrameId () const
 
TGMdiFrameListGetNext () const
 
TGMdiFrameListGetPrev () const
 
virtual TClassIsA () const
 
void SetCycleNext (TGMdiFrameList *next)
 
void SetCyclePrev (TGMdiFrameList *prev)
 
void SetDecorFrame (TGMdiDecorFrame *decor)
 
void SetFrameId (UInt_t id)
 
void SetNext (TGMdiFrameList *next)
 
void SetPrev (TGMdiFrameList *prev)
 
virtual void Streamer (TBuffer &)
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 

Static Public Member Functions

static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 

Protected Attributes

TGMdiFrameListfCycleNext
 pointers on previous and next TGMdiFrameList
 
TGMdiFrameListfCyclePrev
 
TGMdiDecorFramefDecor
 MDI decor frame.
 
UInt_t fFrameId
 TGMdiFrameList Id.
 
TGMdiFrameListfNext
 pointers on previous and next TGMdiFrameList
 
TGMdiFrameListfPrev
 

Friends

class TGMdiMainFrame
 

#include <TGMdiMainFrame.h>

Constructor & Destructor Documentation

◆ ~TGMdiFrameList()

virtual TGMdiFrameList::~TGMdiFrameList ( )
inlinevirtual

Definition at line 97 of file TGMdiMainFrame.h.

Member Function Documentation

◆ Class()

static TClass * TGMdiFrameList::Class ( )
static
Returns
TClass describing this class

◆ Class_Name()

static const char * TGMdiFrameList::Class_Name ( )
static
Returns
Name of this class

◆ Class_Version()

static constexpr Version_t TGMdiFrameList::Class_Version ( )
inlinestaticconstexpr
Returns
Version of this class

Definition at line 113 of file TGMdiMainFrame.h.

◆ DeclFileName()

static const char * TGMdiFrameList::DeclFileName ( )
inlinestatic
Returns
Name of the file containing the class declaration

Definition at line 113 of file TGMdiMainFrame.h.

◆ GetCycleNext()

TGMdiFrameList * TGMdiFrameList::GetCycleNext ( ) const
inline

Definition at line 104 of file TGMdiMainFrame.h.

◆ GetCyclePrev()

TGMdiFrameList * TGMdiFrameList::GetCyclePrev ( ) const
inline

Definition at line 103 of file TGMdiMainFrame.h.

◆ GetDecorFrame()

TGMdiDecorFrame * TGMdiFrameList::GetDecorFrame ( ) const
inline

Definition at line 100 of file TGMdiMainFrame.h.

◆ GetFrameId()

UInt_t TGMdiFrameList::GetFrameId ( ) const
inline

Definition at line 99 of file TGMdiMainFrame.h.

◆ GetNext()

TGMdiFrameList * TGMdiFrameList::GetNext ( ) const
inline

Definition at line 102 of file TGMdiMainFrame.h.

◆ GetPrev()

TGMdiFrameList * TGMdiFrameList::GetPrev ( ) const
inline

Definition at line 101 of file TGMdiMainFrame.h.

◆ IsA()

virtual TClass * TGMdiFrameList::IsA ( ) const
inlinevirtual
Returns
TClass describing current object

Definition at line 113 of file TGMdiMainFrame.h.

◆ SetCycleNext()

void TGMdiFrameList::SetCycleNext ( TGMdiFrameList next)
inline

Definition at line 111 of file TGMdiMainFrame.h.

◆ SetCyclePrev()

void TGMdiFrameList::SetCyclePrev ( TGMdiFrameList prev)
inline

Definition at line 110 of file TGMdiMainFrame.h.

◆ SetDecorFrame()

void TGMdiFrameList::SetDecorFrame ( TGMdiDecorFrame decor)
inline

Definition at line 107 of file TGMdiMainFrame.h.

◆ SetFrameId()

void TGMdiFrameList::SetFrameId ( UInt_t  id)
inline

Definition at line 106 of file TGMdiMainFrame.h.

◆ SetNext()

void TGMdiFrameList::SetNext ( TGMdiFrameList next)
inline

Definition at line 109 of file TGMdiMainFrame.h.

◆ SetPrev()

void TGMdiFrameList::SetPrev ( TGMdiFrameList prev)
inline

Definition at line 108 of file TGMdiMainFrame.h.

◆ Streamer()

virtual void TGMdiFrameList::Streamer ( TBuffer )
virtual

◆ StreamerNVirtual()

void TGMdiFrameList::StreamerNVirtual ( TBuffer ClassDef_StreamerNVirtual_b)
inline

Definition at line 113 of file TGMdiMainFrame.h.

Friends And Related Symbol Documentation

◆ TGMdiMainFrame

friend class TGMdiMainFrame
friend

Definition at line 88 of file TGMdiMainFrame.h.

Member Data Documentation

◆ fCycleNext

TGMdiFrameList * TGMdiFrameList::fCycleNext
protected

pointers on previous and next TGMdiFrameList

Definition at line 94 of file TGMdiMainFrame.h.

◆ fCyclePrev

TGMdiFrameList* TGMdiFrameList::fCyclePrev
protected

Definition at line 94 of file TGMdiMainFrame.h.

◆ fDecor

TGMdiDecorFrame* TGMdiFrameList::fDecor
protected

MDI decor frame.

Definition at line 92 of file TGMdiMainFrame.h.

◆ fFrameId

UInt_t TGMdiFrameList::fFrameId
protected

TGMdiFrameList Id.

Definition at line 91 of file TGMdiMainFrame.h.

◆ fNext

TGMdiFrameList * TGMdiFrameList::fNext
protected

pointers on previous and next TGMdiFrameList

Definition at line 93 of file TGMdiMainFrame.h.

◆ fPrev

TGMdiFrameList* TGMdiFrameList::fPrev
protected

Definition at line 93 of file TGMdiMainFrame.h.

Libraries for TGMdiFrameList:

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