MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <Annotator.h>
Public Member Functions | |
Annotator () | |
string | getColor () const |
string | getdirpath () const |
string | getIcon () const |
string | getmodeltype () const |
string | getNotes () const |
double | getRuntime () const |
string | getSolver () const |
string | getTextColor () const |
double | getX () const |
double | getY () const |
double | getZ () const |
void | setColor (string v) |
void | setdirpath (string v) |
void | setIcon (string v) |
void | setmodeltype (string v) |
void | setNotes (string v) |
void | setRuntime (double v) |
void | setSolver (string v) |
void | setTextColor (string v) |
void | setX (double v) |
void | setY (double v) |
void | setZ (double v) |
Static Public Member Functions | |
static const Cinfo * | initCinfo () |
Private Attributes | |
string | color_ |
string | dirpath_ |
string | icon_ |
string | modeltype_ |
string | notes_ |
double | runtime_ |
string | solver_ |
string | textColor_ |
double | x_ |
double | y_ |
double | z_ |
Definition at line 12 of file Annotator.h.
Annotator::Annotator | ( | ) |
Definition at line 118 of file Annotator.cpp.
string Annotator::getColor | ( | ) | const |
Definition at line 166 of file Annotator.cpp.
References color_.
Referenced by initCinfo().
string Annotator::getdirpath | ( | ) | const |
Definition at line 213 of file Annotator.cpp.
References dirpath_.
Referenced by initCinfo().
string Annotator::getIcon | ( | ) | const |
Definition at line 186 of file Annotator.cpp.
References icon_.
Referenced by initCinfo().
string Annotator::getmodeltype | ( | ) | const |
Definition at line 222 of file Annotator.cpp.
References modeltype_.
Referenced by initCinfo().
string Annotator::getNotes | ( | ) | const |
Definition at line 156 of file Annotator.cpp.
References notes_.
Referenced by initCinfo().
double Annotator::getRuntime | ( | ) | const |
Definition at line 204 of file Annotator.cpp.
References runtime_.
Referenced by initCinfo().
string Annotator::getSolver | ( | ) | const |
Definition at line 195 of file Annotator.cpp.
References solver_.
Referenced by initCinfo().
string Annotator::getTextColor | ( | ) | const |
Definition at line 176 of file Annotator.cpp.
References textColor_.
Referenced by initCinfo().
double Annotator::getX | ( | ) | const |
Definition at line 126 of file Annotator.cpp.
References x_.
Referenced by initCinfo().
double Annotator::getY | ( | ) | const |
Definition at line 136 of file Annotator.cpp.
References y_.
Referenced by initCinfo().
double Annotator::getZ | ( | ) | const |
Definition at line 146 of file Annotator.cpp.
References z_.
Referenced by initCinfo().
|
static |
Definition at line 12 of file Annotator.cpp.
References annotatorCinfo, getColor(), getdirpath(), getIcon(), getmodeltype(), getNotes(), getRuntime(), getSolver(), getTextColor(), getX(), getY(), getZ(), Neutral::initCinfo(), setColor(), setdirpath(), setIcon(), setmodeltype(), setNotes(), setRuntime(), setSolver(), setTextColor(), setX(), setY(), and setZ().
void Annotator::setColor | ( | string | v | ) |
Definition at line 171 of file Annotator.cpp.
References color_.
Referenced by initCinfo().
void Annotator::setdirpath | ( | string | v | ) |
Definition at line 218 of file Annotator.cpp.
References dirpath_.
Referenced by initCinfo().
void Annotator::setIcon | ( | string | v | ) |
Definition at line 191 of file Annotator.cpp.
References icon_.
Referenced by initCinfo().
void Annotator::setmodeltype | ( | string | v | ) |
Definition at line 227 of file Annotator.cpp.
References modeltype_.
Referenced by initCinfo().
void Annotator::setNotes | ( | string | v | ) |
Definition at line 161 of file Annotator.cpp.
References notes_.
Referenced by initCinfo().
void Annotator::setRuntime | ( | double | v | ) |
Definition at line 209 of file Annotator.cpp.
References runtime_.
Referenced by initCinfo().
void Annotator::setSolver | ( | string | v | ) |
Definition at line 200 of file Annotator.cpp.
References solver_.
Referenced by initCinfo().
void Annotator::setTextColor | ( | string | v | ) |
Definition at line 181 of file Annotator.cpp.
References textColor_.
Referenced by initCinfo().
void Annotator::setX | ( | double | v | ) |
Definition at line 131 of file Annotator.cpp.
References x_.
Referenced by initCinfo().
void Annotator::setY | ( | double | v | ) |
Definition at line 141 of file Annotator.cpp.
References y_.
Referenced by initCinfo().
void Annotator::setZ | ( | double | v | ) |
Definition at line 151 of file Annotator.cpp.
References z_.
Referenced by initCinfo().
|
private |
Definition at line 49 of file Annotator.h.
Referenced by getColor(), and setColor().
|
private |
Definition at line 54 of file Annotator.h.
Referenced by getdirpath(), and setdirpath().
|
private |
Definition at line 51 of file Annotator.h.
|
private |
Definition at line 55 of file Annotator.h.
Referenced by getmodeltype(), and setmodeltype().
|
private |
Definition at line 48 of file Annotator.h.
Referenced by getNotes(), and setNotes().
|
private |
Definition at line 53 of file Annotator.h.
Referenced by getRuntime(), and setRuntime().
|
private |
Definition at line 52 of file Annotator.h.
Referenced by getSolver(), and setSolver().
|
private |
Definition at line 50 of file Annotator.h.
Referenced by getTextColor(), and setTextColor().
|
private |
Definition at line 45 of file Annotator.h.
|
private |
Definition at line 46 of file Annotator.h.
|
private |
Definition at line 47 of file Annotator.h.