|
class | DataContext |
| DataContext acts as a container for data. More...
|
|
class | DataObject |
| DataObject is a node in a tree of data. More...
|
|
class | DataObjectBool |
| DataObjectBool is a specialization of DataObject for data of Boolean type. More...
|
|
class | DataObjectInt |
| DataObjectInt is a specialization of DataObject for data of Integer type. More...
|
|
class | DataObjectList |
| DataObjectList is a specialization of DataObject for list data. More...
|
|
class | DataObjectReal |
| DataObjectReal is a specialization of DataObject for data of Double type. More...
|
|
class | DataObjectString |
| DataObjectString is a specialization of DataObject for data of String type. More...
|
|
class | DataSource |
| Use data sources to separate the user interface from the application data and to remove the dependencies between a Kanzi Studio project and the application code which define the Kanzi application. More...
|
|