@@ -48,63 +48,15 @@ Constructor
4848Triggered when the provider's connections need to be refreshed
4949%End
5050
51- void on_mNewButton_clicked();
52- %Docstring
53- Opens the create connection dialog to build a new connection
54- %End
55- void on_mEditButton_clicked();
56- %Docstring
57- Opens a dialog to edit an existing connection
58- %End
59- void on_mDeleteButton_clicked();
60- %Docstring
61- Deletes the selected connection
62- %End
63- void on_mSaveButton_clicked();
64- %Docstring
65- Saves connections to the file
66- %End
67- void on_mLoadButton_clicked();
68- %Docstring
69- Loads connections from the file
70- %End
71-
72- void on_mConnectButton_clicked();
73- %Docstring
74- Connects to the database using the stored connection parameters.
75- Once connected, available layers are displayed.
76- %End
77-
78- void searchFinished();
79-
80- void on_mChangeCRSButton_clicked();
81- %Docstring
82- Opens the Spatial Reference System dialog.
83- %End
84-
85- virtual void on_mLayersTreeWidget_itemSelectionChanged();
86- %Docstring
87- Signaled when a layer selection is changed.
88- %End
89-
90- void showStatusMessage( const QString &message );
91- %Docstring
92- Set status message to theMessage
93- %End
94-
51+ protected slots:
9552 void showError( const QString &title, const QString &format, const QString &error );
9653%Docstring
9754show whatever error is exposed.
9855%End
9956
100- void on_mConnectionsComboBox_activated( int );
101- %Docstring
102- Stores the selected datasource whenerver it is changed
103- %End
104-
105- void on_mAddDefaultButton_clicked();
57+ void showStatusMessage( const QString &message );
10658%Docstring
107- Add some default wms servers to the list
59+ Set status message to theMessage
10860%End
10961
11062 protected:
@@ -245,7 +197,6 @@ Returns currently selected cache load control
245197
246198
247199
248-
249200};
250201
251202/************************************************************************
0 commit comments