#include <kanzi/core/metadata/metaclass.hpp>
#include <kanzi/core/metadata/meta_object.hpp>
#include <kanzi/core/property/property_object.hpp>
#include <kanzi/core/property/property_type.hpp>
#include <kanzi/core/property/dynamic_property_type.hpp>
#include <kanzi/core/cpp/type_traits.hpp>
#include <kanzi/core/cpp/string.hpp>
#include <kanzi/core/cpp/vector.hpp>
Classes | |
struct | kanzi::AppliedStyleEntry |
Applied style entry. More... | |
class | kanzi::Object |
Object is the base class for Kanzi UI classes that implement association with a Domain. More... | |
Namespaces | |
kanzi | |
Typedefs | |
typedef shared_ptr< Style > | kanzi::StyleSharedPtr |
typedef shared_ptr< AppliedStyleEntry > | kanzi::AppliedStyleEntrySharedPtr |
AppliedStyleEntry shared pointer type. More... | |