#include <hpp/manipulation/graph/dot.hh>
Public Types | |
typedef std::list< std::string > | TooltipLineVector |
Public Member Functions | |
Tooltip () | |
std::string | toStr () const |
void | addLine (const std::string &l) |
Public Attributes | |
TooltipLineVector | v |
Static Public Attributes | |
static const std::string | tooltipendl |
typedef std::list<std::string> hpp::manipulation::graph::dot::Tooltip::TooltipLineVector |
hpp::manipulation::graph::dot::Tooltip::Tooltip | ( | ) | [inline] |
void hpp::manipulation::graph::dot::Tooltip::addLine | ( | const std::string & | l | ) | [inline] |
References v.
std::string hpp::manipulation::graph::dot::Tooltip::toStr | ( | ) | const [inline] |
References tooltipendl, and v.
const std::string hpp::manipulation::graph::dot::Tooltip::tooltipendl [static] |
Referenced by toStr().