3#include <cgv/base/base.h>
10#pragma warning(disable:4275)
11#pragma warning(disable:4231)
38 std::string get_type_name()
const;
40 virtual int get_attributes()
const;
46 virtual void enable(
void* context_ptr,
float _font_size) = 0;
48 virtual void draw_text(
float& x,
float& y,
const std::string& text)
const = 0;
59 std::string get_type_name()
const;
98#include <cgv/config/lib_end.h>
base class for all classes that can be registered with support for dynamic properties (see also secti...
reference counted pointer, which can work together with types that are derived from ref_counted,...