![]() |
![]() |
#include <Iguana/Studio/interface/IgView.h>
Public Member Functions | |
IgView (IgPage *page) | |
IgPage * | page (void) |
void | setTitle (const char *name) |
virtual IgState * | state (void) |
std::string | title (void) const |
virtual | ~IgView (void) |
Private Attributes | |
IgPage * | m_page |
std::string | m_title |
Definition at line 20 of file IgView.h.
IgView::IgView | ( | IgPage * | page | ) |
IgView::~IgView | ( | void | ) | [virtual] |
Definition at line 33 of file IgView.cc.
References m_page.
Referenced by IgSpareWindow::initCategories(), Ig3DBaseWindow::initCategories(), IgRZWindow::initCategories(), Ig3DWindow::initCategories(), Ig2DWindow::initCategories(), IgRPhiWindow::initCategories(), IgLegoWindow::initCategories(), and Ig3DBaseWindow::watchBrowser().
00034 { 00035 return m_page; 00036 }
void IgView::setTitle | ( | const char * | name | ) |
Definition at line 51 of file IgView.cc.
References ASSERT, and m_title.
Referenced by Ig2DWindow::Ig2DWindow(), Ig3DWindow::Ig3DWindow(), IgLegoWindow::IgLegoWindow(), IgRPhiWindow::IgRPhiWindow(), IgRZWindow::IgRZWindow(), IgSpareWindow::IgSpareWindow(), and Ig3DBaseWindow::watchBrowser().
Reimplemented in Ig3DBaseWindow, and IgIVView.
Definition at line 39 of file IgView.cc.
References m_page, and IgPage::state().
Referenced by IgViewCreator::createView(), and IgQtFocusManager::windowActivated().
std::string IgView::title | ( | void | ) | const |
Definition at line 45 of file IgView.cc.
References m_title.
Referenced by Ig3DBaseWindow::print(), IgPage::registerView(), and Ig3DBaseWindow::watchBrowser().
00046 { 00047 return m_title; 00048 }
IgPage* IgView::m_page [private] |
std::string IgView::m_title [private] |