Go to the documentation of this file.
4 #ifndef tools_sg_plottable
5 #define tools_sg_plottable
10 #include "../S_STRING"
19 virtual void*
cast(
const std::string& a_class)
const {
20 if(
void* p = cmp_cast<plottable>(
this,a_class)) {
return p;}
28 virtual void infos(
const std::string&,std::string&)
const = 0;
30 virtual const std::string&
name()
const = 0;
33 virtual const std::string&
title()
const = 0;
34 virtual const std::string&
legend()
const = 0;
44 virtual void*
cast(
const std::string&)
const = 0;
#define TOOLS_SCLASS(a_name)