#include <VP1CartesianGrid.h>
Classes | |
class | Imp |
Public Slots | |
void | setShown (bool) |
void | setColourAndTransp (const SbColor4f &) |
void | setExtent (const double &) |
void | setSpacing (const double &) |
Public Member Functions | |
VP1CartesianGrid (SoSeparator *attachsep, IVP1System *sys, QObject *parent=0) | |
virtual | ~VP1CartesianGrid () |
Definition at line 21 of file VP1CartesianGrid.h.
VP1CartesianGrid::VP1CartesianGrid | ( | SoSeparator * | attachsep, | |
IVP1System * | sys, | |||
QObject * | parent = 0 | |||
) |
Definition at line 39 of file VP1CartesianGrid.cxx.
VP1CartesianGrid::~VP1CartesianGrid | ( | ) | [virtual] |
Definition at line 46 of file VP1CartesianGrid.cxx.
void VP1CartesianGrid::setColourAndTransp | ( | const SbColor4f & | ct | ) | [slot] |
Definition at line 171 of file VP1CartesianGrid.cxx.
void VP1CartesianGrid::setExtent | ( | const double & | e | ) | [slot] |
Definition at line 182 of file VP1CartesianGrid.cxx.
void VP1CartesianGrid::setShown | ( | bool | b | ) | [slot] |
Definition at line 154 of file VP1CartesianGrid.cxx.
void VP1CartesianGrid::setSpacing | ( | const double & | s | ) | [slot] |
Definition at line 193 of file VP1CartesianGrid.cxx.