filter panel

This commit is contained in:
2019-03-19 16:55:28 +01:00
parent 95179c2db1
commit ead5308a97
15 changed files with 485 additions and 15 deletions
+29
View File
@@ -143,6 +143,35 @@ private slots:
\param lpItem
*/
void onLocationChanged(QStandardItem* lpItem);
signals:
/*!
\brief
\fn locationAdded
\param lpTag
*/
void locationAdded(cLocation* lpLocation);
/*!
\brief
\fn locationRemoved
\param lpTag
*/
void locationRemoved(cLocation* lpLocation);
/*!
\brief
\fn locationEdited
\param lpTag
*/
void locationEdited(cLocation* lpLocation);
/*!
\brief
\fn locationListChanged
*/
void locationListChanged();
};
#endif // CTOOLBOXLOCATION_H