#include <MachineManager.h>
Inheritance diagram for MachineManager::
Public Methods | |
MachineManager (QObject *parent=NULL, const char *name=0) | |
Constructor. | |
~MachineManager () | |
Destructor. | |
int | addMachine (Project *) |
Adds a new machine to the project p. | |
void | editMachine (Project *) |
Edits the machine in the project p. | |
Private Attributes | |
MainWindow * | main |
Pointer to the main window. | |
MachinePropertiesDlgImpl * | machine_props |
Machine properties dialog. |