-- fy
This commit is contained in:
@@ -54,6 +54,9 @@ public:
|
||||
|
||||
virtual void initModel( const QString& modelName);
|
||||
|
||||
void expandNewItem(const QModelIndex& index);
|
||||
void toggleSection( const XQModelSection& section );
|
||||
|
||||
//little helpers
|
||||
const XQItem& xqRootItem();
|
||||
|
||||
@@ -96,6 +99,7 @@ public slots:
|
||||
|
||||
virtual void onShowContextMenu(const QPoint& point);
|
||||
virtual void onActionTriggered(QAction* action);
|
||||
virtual void onToggleSection(const QString& sectionKey );
|
||||
|
||||
// handle XQCommands ( == UndoCommand )
|
||||
virtual void onCommandRedo( const XQCommand& command );
|
||||
|
Reference in New Issue
Block a user