CMS 3D CMS Logo

IgQtSiteStack Class Reference

#include <Iguana/Studio/interface/IgQtSiteStack.h>

Inheritance diagram for IgQtSiteStack:

IgQtSite IgSite IgQToolBoxSite IgQWidgetStackSite IgQWorkspaceSite

List of all members.

Public Member Functions

virtual void cascade (void)
QString currentName (void)
IgQtSiteStackhostWithName (const QString &name)
 IgQtSiteStack (void)
virtual void tile (void)

Private Attributes

QString m_currentName


Detailed Description

Definition at line 17 of file IgQtSiteStack.h.


Constructor & Destructor Documentation

IgQtSiteStack::IgQtSiteStack ( void   ) 

Definition at line 16 of file IgQtSiteStack.cc.


Member Function Documentation

void IgQtSiteStack::cascade ( void   )  [virtual]

Reimplemented in IgQWidgetStackSite, and IgQWorkspaceSite.

Definition at line 40 of file IgQtSiteStack.cc.

00041 {
00042 }

QString IgQtSiteStack::currentName ( void   ) 

Definition at line 29 of file IgQtSiteStack.cc.

References m_currentName.

00030 {
00031     return m_currentName;    
00032 }

IgQtSiteStack * IgQtSiteStack::hostWithName ( const QString &  name  ) 

Definition at line 22 of file IgQtSiteStack.cc.

References m_currentName.

Referenced by Ig2DWindow::Ig2DWindow(), Ig3DWindow::Ig3DWindow(), IgLegoWindow::IgLegoWindow(), IgMDIView::IgMDIView(), IgRPhiWindow::IgRPhiWindow(), IgRZWindow::IgRZWindow(), and IgSpareWindow::IgSpareWindow().

00023 {
00024     m_currentName = name;    
00025     return this;    
00026 }

void IgQtSiteStack::tile ( void   )  [virtual]

Reimplemented in IgQWidgetStackSite, and IgQWorkspaceSite.

Definition at line 35 of file IgQtSiteStack.cc.

00036 {
00037 }


Member Data Documentation

QString IgQtSiteStack::m_currentName [private]

Reimplemented in IgQToolBoxSite, IgQWidgetStackSite, and IgQWorkspaceSite.

Definition at line 26 of file IgQtSiteStack.h.

Referenced by currentName(), and hostWithName().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:25:36 2009 for CMSSW by  doxygen 1.5.4