Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
reps
OverflowTextRep.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
14
#ifndef _OverflowTextRep_H_
15
#define _OverflowTextRep_H_
16
17
#include "
reps/TextRepBase.h
"
18
19
namespace
hippodraw {
20
25
class
MDL_HIPPOPLOT_API
OverflowTextRep
:
public
TextRepBase
26
{
27
28
public
:
29
31
OverflowTextRep
( );
32
34
OverflowTextRep
(
const
OverflowTextRep
& point_rep );
35
36
virtual
RepBase
*
clone
();
37
38
virtual
void
drawProjectedValues (
ProjectorBase
& projector,
39
ViewBase
& view );
40
};
41
42
}
// namespace hippodraw
43
44
#endif // _OverflowTextRep_H_
Generated for HippoDraw Class Library by