mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Allow to clear, insert, and push values of the model.
This commit is contained in:
committed by
Mathew Sutcliffe
parent
f476388f8b
commit
576952b690
@@ -155,6 +155,14 @@ namespace BlackGui
|
||||
*/
|
||||
virtual void sort(int column, Qt::SortOrder order);
|
||||
|
||||
//! \brief Similar to ListType::push_back
|
||||
virtual void push_back(const ObjectType &object);
|
||||
|
||||
//! \brief Similar to ListType::insert here inserts at first position
|
||||
virtual void insert(const ObjectType &object);
|
||||
|
||||
//! \brief clear the list
|
||||
virtual void clear();
|
||||
};
|
||||
}
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user