|
Generic CAM 0.1-PreAlpha
|
#include <ToolElement.h>
Public Member Functions | |
| ToolElement () | |
| ToolElement (wxString string) | |
| virtual | ~ToolElement () |
| wxString | ToString (void) const |
| void | FromString (wxString const &string) |
Public Attributes | |
| float | d |
| float | h |
| float | r |
| unsigned char | t |
| bool | cutting |
| ToolElement::ToolElement | ( | ) |
| ToolElement::ToolElement | ( | wxString | string | ) |
| ToolElement::~ToolElement | ( | ) | [virtual] |
| void ToolElement::FromString | ( | wxString const & | string | ) |
| wxString ToolElement::ToString | ( | void | ) | const |
| bool ToolElement::cutting |
| float ToolElement::d |
| float ToolElement::h |
| float ToolElement::r |
| unsigned char ToolElement::t |