cleanups, added const iterators to xqmaptor
This commit is contained in:
@@ -51,33 +51,32 @@ public slots:
|
||||
void onAbout();
|
||||
void onExit();
|
||||
|
||||
void onTreeViewItemClicked(const XQItem& item );
|
||||
void onTreeViewItemClicked( const XQItem& item );
|
||||
void onTreeViewItemChanged( const XQItem& item );
|
||||
void onChildViewItemClicked( const XQItem& item );
|
||||
void onChildViewItemChanged( const XQItem& item );
|
||||
void onChildViewTabClicked( int index );
|
||||
|
||||
//void onItemCreated( XQItem* item );
|
||||
void onSectionCreated( const XQModelSection& section);
|
||||
void onSectionToggled( const XQModelSection& section );
|
||||
|
||||
void setChildTabByName( const QString& key );
|
||||
|
||||
static void setupWorkingDir();
|
||||
|
||||
protected:
|
||||
|
||||
// fixme implement
|
||||
void showDocumnet( const QString& key ){}
|
||||
void showDocument( const QString& key ){}
|
||||
void loadDocument( const QString& fileName );
|
||||
void loadDocumentQML( const QString& fileName );
|
||||
void saveDocument( const QString& fileName );
|
||||
|
||||
|
||||
QUndoStack _undoStack;
|
||||
XQDocumentStore _documentStore;
|
||||
|
||||
XQMainModel _mainModel;
|
||||
XQItem* _currentProjectItem{};
|
||||
|
||||
//XQChildModel* _currentChildModel{};
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user