mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 06:53:53 +00:00
added a bit more documentation
This commit is contained in:
parent
f4e7916ec4
commit
2968b96882
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ namespace CSMWorld
|
||||||
struct RecordBase;
|
struct RecordBase;
|
||||||
|
|
||||||
/// \brief Base class for record collections
|
/// \brief Base class for record collections
|
||||||
|
///
|
||||||
|
/// \attention Modifying records through the interface does not update connected views.
|
||||||
|
/// Such modifications should be done through the table model interface instead unless no views
|
||||||
|
/// are connected to the model or special precautions have been taken to send update signals
|
||||||
|
/// manually.
|
||||||
class CollectionBase
|
class CollectionBase
|
||||||
{
|
{
|
||||||
// not implemented
|
// not implemented
|
||||||
|
|
Loading…
Reference in a new issue