mainwindow.h
changeset 394 67cfa6e6b863
parent 393 053b8645e3e9
child 395 7ced3733ba60
     1.1 --- a/mainwindow.h	Wed Oct 18 10:45:00 2006 +0000
     1.2 +++ b/mainwindow.h	Tue Oct 24 15:36:38 2006 +0000
     1.3 @@ -96,6 +96,7 @@
     1.4  	void openVymLinks(const QStringList &);
     1.5  	void editVymLink();
     1.6  	void editOpenMultipleVymLinks();
     1.7 +    void editHeadingFinished();
     1.8  public slots:
     1.9      void editHeading();
    1.10  	void editOpenVymLink();
    1.11 @@ -108,7 +109,7 @@
    1.12      void editToggleScroll();
    1.13      void editUnScrollAll();
    1.14      void editNewBranch();
    1.15 -    void editNewBranchHere();
    1.16 +    void editNewBranchBefore();
    1.17      void editNewBranchAbove();
    1.18      void editNewBranchBelow();
    1.19      void editImportAdd();
    1.20 @@ -189,7 +190,7 @@
    1.21  	QStringList imageTypes;
    1.22  
    1.23  	QLineEdit *lineedit;	// to enter headings of branches
    1.24 -	QString editSel;
    1.25 +	QString prevSelection;
    1.26  
    1.27  	Q3PtrList <QAction> actionListBranches;
    1.28  
    1.29 @@ -219,7 +220,7 @@
    1.30  	QAction *actionEditHeading;
    1.31  	QAction *actionEditDelete;
    1.32  	QAction *actionEditAddBranch;
    1.33 -	QAction *actionEditAddBranchHere;
    1.34 +	QAction *actionEditAddBranchBefore;
    1.35  	QAction *actionEditAddBranchAbove;
    1.36  	QAction *actionEditAddBranchBelow;
    1.37  	QAction *actionEditRemoveBranchKeepChilds;