aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/classeditor/classeditor.h
diff options
context:
space:
mode:
authorGravatar Noldor2010-02-24 14:06:19 +0000
committerGravatar Noldor2010-02-24 14:06:19 +0000
commit1a9681ef8343f3013d5b431faa446b2387884d50 (patch)
tree421bca71d82a3c5ceeb9939fa891856fa93ee846 /src/modules/classeditor/classeditor.h
parentfixed handling of j channel mode (fixes #731) (diff)
downloadKVIrc-1a9681ef8343f3013d5b431faa446b2387884d50.tar.gz
KVIrc-1a9681ef8343f3013d5b431faa446b2387884d50.tar.bz2
KVIrc-1a9681ef8343f3013d5b431faa446b2387884d50.zip
Compilation fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4025 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/classeditor/classeditor.h')
-rw-r--r--src/modules/classeditor/classeditor.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/modules/classeditor/classeditor.h b/src/modules/classeditor/classeditor.h
index cd7be98b7..bc122f406 100644
--- a/src/modules/classeditor/classeditor.h
+++ b/src/modules/classeditor/classeditor.h
@@ -149,6 +149,8 @@ protected slots:
void itemPressed(QTreeWidgetItem *,QPoint);
void newClass();
void newNamespace();
+ void newFunctionMember();
+
void newItem(QString &szName,KviClassEditorTreeWidgetItem::Type eType);
/* void renameItem();
@@ -187,6 +189,7 @@ protected:
*/
void openParentItems(QTreeWidgetItem * it);
void activateItem(QTreeWidgetItem * it);
+ bool hasSelectedItems();
/*
bool removeItem(KviClassEditorTreeWidgetItem *it,bool * pbYesToAll,bool bDeleteEmptyTree);
void removeItemChildren(KviClassEditorTreeWidgetItem *it);
@@ -199,7 +202,7 @@ protected:
bool classExists(QString &szFullItemName);
void appendAllItems(KviPointerList<KviClassEditorTreeWidgetItem> * l,KviClassEditorTreeWidgetItem::Type);
void appendAllItemsRecursive(KviPointerList<KviClassEditorTreeWidgetItem> * l,QTreeWidgetItem * pStartFrom,KviClassEditorTreeWidgetItem::Type);
- bool hasSelectedItems();
+
KviClassEditorTreeWidgetItem * createFullItemRecursive(QTreeWidgetItem *pCurrent,QStringList & lNameSpaces,int & iLevel);