#include <Iguana/Studio/interface/IgQtSiteStack.h>
Public Member Functions | |
virtual void | cascade (void) |
QString | currentName (void) |
IgQtSiteStack * | hostWithName (const QString &name) |
IgQtSiteStack (void) | |
virtual void | tile (void) |
Private Attributes | |
QString | m_currentName |
Definition at line 17 of file IgQtSiteStack.h.
IgQtSiteStack::IgQtSiteStack | ( | void | ) |
Definition at line 16 of file IgQtSiteStack.cc.
00017 :m_currentName (IgDocumentDataRoot::getCurrentRoot()) 00018 { 00019 }
Reimplemented in IgQWidgetStackSite, and IgQWorkspaceSite.
Definition at line 40 of file IgQtSiteStack.cc.
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 }
Reimplemented in IgQWidgetStackSite, and IgQWorkspaceSite.
Definition at line 35 of file IgQtSiteStack.cc.
QString IgQtSiteStack::m_currentName [private] |
Reimplemented in IgQToolBoxSite, IgQWidgetStackSite, and IgQWorkspaceSite.
Definition at line 26 of file IgQtSiteStack.h.
Referenced by currentName(), and hostWithName().