9#include "BundleObservationViewWorkOrder.h"
14#include "BundleObservationView.h"
16#include "ProjectItemModel.h"
30 QAction::setText(tr(
"&View..."));
31 QUndoCommand::setText(tr(
"View..."));
virtual void execute()
This adds a new BundleObservationView to the project.
virtual bool setupExecution()
Setup this WorkOrder for execution.
virtual BundleObservationViewWorkOrder * clone() const
This method clones the current BundleObservationViewWorkOrder and returns it.
virtual bool isExecutable(FileItemQsp fileItem)
False if none of the images has a footprint.
BundleObservationViewWorkOrder(Project *project)
Creates a work order to view BundleObservation.
~BundleObservationViewWorkOrder()
Destructor to clean up any memory that this work order allocates.
BundleObservationView * addBundleObservationView(FileItemQsp fileItem)
Add the BundleObservationView to the window.
The main project for ipce.
Directory * directory() const
Returns the directory associated with this Project.
void setClean(bool value)
Function to change the clean state of the project.
bool m_isSavedToHistory
Set the work order to be shown in the HistoryTreeWidget.
bool m_isUndoable
Set the workorder to be undoable/redoable This is defaulted to true - his will allow the workorder to...
virtual bool setupExecution()
This sets up the state for the work order.
Project * project() const
Returns the Project this WorkOrder is attached to.
FileItemQsp fileItem()
WorkOrder::fileItem.
WorkOrder(Project *project)
Create a work order that will work with the given project.
This is free and unencumbered software released into the public domain.
QSharedPointer< FileItem > FileItemQsp
A FileItem smart pointer.