mapeditor.h
changeset 787 c6bb4fdcc55f
parent 784 9db215a4ad53
child 790 133e2ed6b9c5
     1.1 --- a/mapeditor.h	Thu Aug 06 10:42:17 2009 +0000
     1.2 +++ b/mapeditor.h	Sat Aug 08 21:58:26 2009 +0000
     1.3 @@ -61,6 +61,14 @@
     1.4      void testFunction1();				// just testing new stuff
     1.5      void testFunction2();				// just testing new stuff
     1.6  
     1.7 +protected:	
     1.8 +	BranchItem* getBranchDirectAbove(BranchItem *bi);	//!  get branch direct above bi (in TreeView) 
     1.9 +	BranchItem* getBranchAbove(BranchItem *bi);			//! get branch above bi (in TreeView) 
    1.10 +	BranchItem* getBranchDirectBelow(BranchItem *bi);	//!  bet branch direct below bi (in TreeView)
    1.11 +	BranchItem* getBranchBelow(BranchItem *bi);			//! bet branch below bi (in TreeView)
    1.12 +	BranchItem* getLeftBranch(BranchItem *bi);			//! bet branch left of bi (in TreeView)
    1.13 +	BranchItem* getRightBranch(BranchItem *bi);			//! bet branch right of bi (in TreeView)
    1.14 +
    1.15  public slots:
    1.16  	void cursorUp();
    1.17  	void cursorDown();