refs #576, tweaking view base

* renaming in view base (similar to Qt name rowCount)
* insert function for whole container
This commit is contained in:
Klaus Basan
2016-01-23 02:17:38 +01:00
parent 85881ffaf6
commit de4b07dc32
4 changed files with 80 additions and 55 deletions

View File

@@ -213,6 +213,9 @@ namespace BlackGui
//! Similar to ContainerType::insert here inserts at first position
virtual void insert(const ObjectType &object);
//! Similar to ContainerType::insert here inserts at first position
virtual void insert(const ContainerType &container);
//! Remove object
virtual void remove(const ObjectType &object);