15 #include "CeeVisualization/Base.h" 16 #include "CeeVisualization/OverlayItem.h" 37 virtual unsigned int width()
const;
38 virtual unsigned int height()
const;
39 void setSize(
unsigned int width,
unsigned int height);
41 virtual int priority()
const;
42 virtual void setPriority(
int priority);
45 void setTextColor(
const Color3f& color);
47 Str xAxisLabel()
const;
48 Str yAxisLabel()
const;
49 Str zAxisLabel()
const;
50 void setAxisLabels(
const Str& xLabel,
const Str& yLabel,
const Str& zlabel);
52 bool alwaysShowLabels()
const;
53 void setAlwaysShowLabels(
bool alwaysShow);
56 virtual cvf::OverlayItem* internal_cvfOverlayItem();
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
The camera configuration of a view.
Definition: Camera.h:33
A view overlay item showing an axis cross synchronized with current camera settings.
Definition: OverlayAxisCross.h:31
A general unicode based string class.
Definition: Str.h:28
Abstract interface for overlay items.
Definition: OverlayItem.h:31
Class for storing an RGB color triplet.
Definition: Color3f.h:25
A font used for text drawing.
Definition: Font.h:30