branchitem.h
changeset 760 59614eaf5fbb
parent 758 04039e47ac74
child 767 6d2b32f305f9
     1.1 --- a/branchitem.h	Tue Apr 28 20:53:44 2009 +0000
     1.2 +++ b/branchitem.h	Wed Apr 29 18:46:31 2009 +0000
     1.3 @@ -19,7 +19,6 @@
     1.4  
     1.5  	QString saveToDir (const QString &tmpdir,const QString &prefix, const QPointF& offset);
     1.6  
     1.7 -	
     1.8  	virtual void updateVisibility();
     1.9  
    1.10  protected:
    1.11 @@ -44,8 +43,8 @@
    1.12  	TreeItem* findMapItem (QPointF p,TreeItem* excludeTI);	//! search map for branches or images. Ignore excludeTI, where search is started 
    1.13  	virtual TreeItem* findID (QString sid);		//! search map for object with ID string
    1.14  
    1.15 -	BranchObj* getBranchObj();	
    1.16 -	BranchObj* createMapObj(QGraphicsScene *scene);		//! Create classic object in GraphicsView
    1.17 +	virtual BranchObj* getBranchObj();	
    1.18 +	virtual BranchObj* createMapObj(QGraphicsScene *scene);		//! Create classic object in GraphicsView
    1.19  };
    1.20  
    1.21  #endif