Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
graphics
ViewFactory.cxx
Go to the documentation of this file.
1
12
#include "
ViewFactory.h
"
13
14
namespace
hippodraw {
15
16
ViewFactory *
ViewFactory::m_instance
= 0;
17
18
ViewFactory::ViewFactory
( )
19
{
20
m_instance
=
this
;
21
}
22
23
ViewFactory
*
ViewFactory::instance
()
24
{
25
return
m_instance
;
26
}
27
28
}
// namespace hippodraw
Generated for HippoDraw Class Library by