1#ifndef ControlHealthMonitorWorkOrder_H
2#define ControlHealthMonitorWorkOrder_H
This is a child of class WorkOrder which is used for anything that performs an action in a Project.
virtual ControlHealthMonitorWorkOrder * clone() const
Returns a copy of this ControlHealthMonitorWorkOrder instance.
virtual bool isExecutable(ControlList *controls)
Determines if we can execute the health monitor.
ControlHealthMonitorWorkOrder(Project *project)
Creates a WorkOrder that will display the Control Net Health Monitor interface.
~ControlHealthMonitorWorkOrder()
The Destructor.
void execute()
Set the active control net for the project.
bool setupExecution()
Make sure an active ImageList has been chosen.
Maintains a list of Controls so that control nets can easily be copied from one Project to another,...
The main project for ipce.
Provide Undo/redo abilities, serialization, and history for an operation.
Project * project() const
Returns the Project this WorkOrder is attached to.
This is free and unencumbered software released into the public domain.