#include <graph.h>
Definition at line 12 of file graph.h.
◆ Graph()
◆ getCharacters()
std::string rm_referee::Graph::getCharacters |
( |
| ) |
|
|
inline |
◆ getColor()
◆ getConfig()
◆ getOperation()
int rm_referee::Graph::getOperation |
( |
| ) |
|
|
inline |
◆ getType()
◆ initPosition()
void rm_referee::Graph::initPosition |
( |
XmlRpc::XmlRpcValue |
value, |
|
|
std::vector< std::pair< int, int >> & |
positions |
|
) |
| |
|
private |
◆ isRepeated()
bool rm_referee::Graph::isRepeated |
( |
| ) |
|
|
inline |
◆ isString()
bool rm_referee::Graph::isString |
( |
| ) |
|
|
inline |
◆ setColor()
◆ setContent()
void rm_referee::Graph::setContent |
( |
const std::string & |
content | ) |
|
|
inline |
◆ setEndAngle()
void rm_referee::Graph::setEndAngle |
( |
int |
end_angle | ) |
|
|
inline |
◆ setEndX()
void rm_referee::Graph::setEndX |
( |
int |
end_x | ) |
|
|
inline |
◆ setEndY()
void rm_referee::Graph::setEndY |
( |
int |
end_y | ) |
|
|
inline |
◆ setFloatNum()
void rm_referee::Graph::setFloatNum |
( |
float |
data | ) |
|
|
inline |
◆ setIntNum()
void rm_referee::Graph::setIntNum |
( |
int |
num | ) |
|
|
inline |
◆ setOperation()
◆ setRadius()
void rm_referee::Graph::setRadius |
( |
int |
radius | ) |
|
|
inline |
◆ setStartAngle()
void rm_referee::Graph::setStartAngle |
( |
int |
start_angle | ) |
|
|
inline |
◆ setStartX()
void rm_referee::Graph::setStartX |
( |
int |
start_x | ) |
|
|
inline |
◆ setStartY()
void rm_referee::Graph::setStartY |
( |
int |
start_y | ) |
|
|
inline |
◆ updateLastConfig()
void rm_referee::Graph::updateLastConfig |
( |
| ) |
|
|
inline |
◆ updatePosition()
void rm_referee::Graph::updatePosition |
( |
int |
index | ) |
|
◆ base_
Base& rm_referee::Graph::base_ |
|
private |
◆ config_
◆ content_
std::string rm_referee::Graph::content_ {} |
|
private |
◆ end_positions_
std::vector<std::pair<int, int> > rm_referee::Graph::end_positions_ {} |
|
private |
◆ last_config_
◆ last_content_
std::string rm_referee::Graph::last_content_ {} |
|
private |
◆ last_title_
std::string rm_referee::Graph::last_title_ {} |
|
private |
◆ start_positions_
std::vector<std::pair<int, int> > rm_referee::Graph::start_positions_ {} |
|
private |
◆ title_
std::string rm_referee::Graph::title_ {} |
|
private |
The documentation for this class was generated from the following files: