mapeditor.h
changeset 528 36d140349897
parent 527 f19bbd639726
child 531 be24af55da40
     1.1 --- a/mapeditor.h	Thu Jun 21 14:27:46 2007 +0000
     1.2 +++ b/mapeditor.h	Mon Jun 25 12:54:19 2007 +0000
     1.3 @@ -239,8 +239,9 @@
     1.4  	void toggleStandardFlag(QString);
     1.5      BranchObj* findText(QString,bool);		// Find object
     1.6      void findReset();						// Reset Find 
     1.7 -	void setURL(const QString &);			// set the URL
     1.8 -	void editURL();							// edit the URL
     1.9 +	void setURL(const QString &);			// set  URL
    1.10 +	void editURL();							// edit URL
    1.11 +	void editLocalURL();					// edit URL to local file
    1.12  	QString getURL();						// returns URL of selection or ""
    1.13  	QStringList getURLs();					// returns URLs of subtree
    1.14  	void editHeading2URL();					// copy heading to URL
    1.15 @@ -330,9 +331,16 @@
    1.16  
    1.17  	void timerEvent(QTimerEvent *event);
    1.18  
    1.19 +protected:
    1.20 +	void sendSelection();
    1.21 +
    1.22 +public:
    1.23 +	void newServer();
    1.24 +
    1.25  private slots:	
    1.26 +	void newClient();
    1.27 +	void sendData(const QString &s);
    1.28  	void autosave ();
    1.29 -	void newClient();
    1.30  
    1.31  private:
    1.32  	State state;				// State of MapEditor