28 #include <QMainWindow>
58 void open(
const QString& fileName = QString());
62 void open(
const QStringList& files);
115 void _showHelp(QString page = QString());
virtual void closeEvent(QCloseEvent *event)
Close event handler.
void statusMessage(const QString &) const
status message
DocGenerator * _docGen
Documentation Generator.
This model wraps a ParameterFile instance and provides access to the data interpreted as a (directed)...
void activeGraphModelChanged(ParameterFileModel *model)
inform about changed graph to edit
Declaration of class CentralMdiArea.
void options(int tab=-1)
edit options dialog
TuchulchaWindow(QWidget *parent=0)
Default constructor.
QPointer< QProcess > _helpDisp
help display process
FlowWidget * _flow
current flow widget
ObjectInspector * _inspector
object inspector
CentralMdiArea * _centralArea
Central widget to manage multiple windows.
provide list of recent files
NodeTreeView * _selector
selector widget
Management of the application's main window.
void saveFlowChart() const
save current flowchart
RecentFileHandler * _rfHandler
recent file handler
void _showAbout()
show about dialog
This model serves to provide a model frontend to access a ParameterFile instance. ...
void showMessage(QString msg) const
print status message
void openNew()
create new empty flowchart
void _setupConnections(GraphModel *model, FlowWidget *fWidget)
setup model and view connections (for open and new)
void _showHelp(QString page=QString())
show help browser
void zoomFit()
fit in view
void metaDataUpdated()
meta data has been updated, plugins reloaded
void _updateFlowLinks()
update links when new flowchart has been selected
void updateMetadata()
update plugin information
handle documentation page generation
void _showAboutQt()
show about Qt dialog
QToolBar * _toolBar
tool bar
static const int _saveStateVersion
window state version identifier
QTreeView for module selection.
void open(const QString &fileName=QString())
open parameterfile and display flowchart content
void runWorkflow()
runn current workflow