Generic CAM 0.1-PreAlpha
|
#include <Run.h>
Public Member Functions | |
Run () | |
virtual | ~Run () |
void | ToXml (wxXmlNode *parentNode) |
bool | FromXml (wxXmlNode *node) |
void | WriteToFile (wxTextFile &f) |
void | SortTargets (void) |
void | Paint (void) |
Public Attributes | |
wxString | runName |
bool | useExtraMachine |
Machine | machine |
bool | useExtraToolbox |
Toolbox | toolbox |
ToolPath | toolPath |
ArrayOfTargetPlacement | placements |
StockMaterial | stockMaterial |
TPGeneratorFast | ToolPathGenerator |
...
Run::Run | ( | ) |
Run::~Run | ( | ) | [virtual] |
bool Run::FromXml | ( | wxXmlNode * | node | ) |
void Run::Paint | ( | void | ) |
void Run::SortTargets | ( | void | ) |
void Run::ToXml | ( | wxXmlNode * | parentNode | ) |
void Run::WriteToFile | ( | wxTextFile & | f | ) |
ArrayOfTargetPlacement Run::placements |
wxString Run::runName |
bool Run::useExtraMachine |
bool Run::useExtraToolbox |