Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
reps
TextRepFactory.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
14
#ifndef _TextRepFactory_H_
15
#define _TextRepFactory_H_
16
17
#include "
pattern/Factory.h
"
18
#include "
reps/RepBase.h
"
19
20
namespace
hippodraw {
21
27
class
MDL_HIPPOPLOT_API
TextRepFactory
:
public
Factory
< RepBase >
28
{
29
30
private
:
31
33
static
TextRepFactory
*
s_instance
;
34
36
TextRepFactory
(
const
TextRepFactory
& );
37
39
void
initialize ();
40
41
protected
:
42
45
TextRepFactory
();
46
47
public
:
48
50
static
TextRepFactory
* instance ();
51
52
};
53
54
}
// namespace hippodraw
55
56
#endif // _TextRepFactory_H_
Generated for HippoDraw Class Library by