Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ViewFactory.cxx

Go to the documentation of this file.
00001 
00012 #include "ViewFactory.h"
00013 
00014 ViewFactory * ViewFactory::m_instance = 0;
00015 
00016 ViewFactory::ViewFactory ( )
00017 {
00018   m_instance = this;
00019 }
00020 
00021 ViewFactory * ViewFactory::instance()
00022 {
00023   return m_instance;
00024 }

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3