#include <Iguana/Studio/interface/IgViewDB.h>
Static Public Member Functions | |
static IgViewDB * | get (void) |
Private Member Functions | |
IgViewDB (void) | |
Static Private Attributes | |
static IgViewDB | s_instance |
Definition at line 22 of file IgViewDB.h.
IgViewDB::IgViewDB | ( | void | ) | [private] |
Definition at line 18 of file IgViewDB.cc.
00019 : IgPluginFactory<IgView *(IgPage *)> ("IGUANA View") 00020 {}
Definition at line 23 of file IgViewDB.cc.
References s_instance.
Referenced by IgIVView::IgIVView(), IgMDIView::IgMDIView(), IgPage::IgPage(), and VisApplicationMain::setup().
00024 { return &s_instance; }
IgViewDB IgViewDB::s_instance [static, private] |