vymmodel.h
changeset 821 4a84d7e444d8
parent 820 735c7ea1d2a9
child 822 c2ce9944148c
     1.1 --- a/vymmodel.h	Tue Jan 05 11:23:12 2010 +0000
     1.2 +++ b/vymmodel.h	Thu Jan 21 11:56:57 2010 +0000
     1.3 @@ -264,6 +264,7 @@
     1.4  	bool EOFind;							// true, if search failed
     1.5  
     1.6  public:
     1.7 +	void findDuplicateURLs();				// find duplicate URLs, testing only so far
     1.8      BranchItem* findText(QString,bool);		// Find object
     1.9      void findReset();						// Reset Search
    1.10  	void emitShowFindWidget();				// Tell views to show FindWidget
    1.11 @@ -275,7 +276,7 @@
    1.12  public:
    1.13  	void setURL(const QString &url);
    1.14  	QString getURL();						// returns URL of selection or ""
    1.15 -	QStringList getURLs();					// returns URLs of subtree
    1.16 +	QStringList getURLs(bool ignoreScrolled=true);	// returns URLs of subtree
    1.17  
    1.18  
    1.19  	void setFrameType(const FrameObj::FrameType &);