RTC Toolkit 4.0.1
|
Common helper classes for Qt repository models. More...
Classes | |
class | gui.repository_model.TreeNode |
This represents a tree node in the repository tree model that also contains cached data. More... | |
class | gui.repository_model.TreeNode.DataState |
The state a tree node's data item can be in. More... | |
class | gui.repository_model.TreeNode._MetaData |
Internal helper class to hold mutable metadata fields for the tree node. More... | |
class | gui.repository_model._FetchCompletion |
This class is used to implement the fetchMore method as an asynchronous operation. More... | |
class | gui.repository_model._FetchCompletion._Context |
This class holds objects that need to be tracked across the request completion handlers. More... | |
class | gui.repository_model._CommitCompletion |
This class is used to implement the various steps for the commit operation, i.e. More... | |
class | gui.repository_model._CommitCompletion._Context |
This class holds objects that need to be tracked across the request completion handlers. More... | |
class | gui.repository_model.RepositoryModel |
An implementation of a Qt model object to handle repositories accessible via RepositoryControl, i.e. More... | |
Namespaces | |
namespace | gui |
namespace | gui.repository_model |
Common helper classes for Qt repository models.