Classes | Enumerations
Rightware.Kanzi.Studio.PluginInterface Namespace Reference

Classes

interface  ActionProperty
 
interface  Binding
 Configure binding arguments. More...
 
interface  BindingHost
 Configure bindings. More...
 
interface  ChildContainer
 Check validity of child names and create new names. More...
 
interface  CustomEnumProperty
 Configure enumeration property types. More...
 
interface  EventProperty
 
interface  FileSystemProjectItem
 Access resource files such as images, shader source files, and 3D assets. More...
 
interface  FloatProperty
 Configure float property types. More...
 
interface  IntProperty
 Configure integer property types. More...
 
interface  KanziStudio
 Get notifications about Kanzi Studio events and get access to the core Kanzi Studio operations, such as access to the Kanzi Studio project, get input from the user, and show notifications. More...
 
class  LocalizationTableRow
 Import and export a single row from a localization table. More...
 
interface  MessageProperty
 
interface  MessageTrigger
 Configure where and which trigger messages are handled. More...
 
interface  NodeComponentHost
 Configure node components. More...
 
class  NodeReference
 Create node references. More...
 
interface  PluginContent
 Get general information about a Kanzi Studio plugin. More...
 
interface  PluginResourceTypeLibrary
 
interface  Project
 Create and access nodes and resources. More...
 
interface  ProjectItem
 Access nodes and resources in a Kanzi Studio project. More...
 
interface  ProjectItemLibrary
 Access project libraries. More...
 
interface  ProjectItemReference
 Create project item references. More...
 
interface  Property
 Access and configure property types. More...
 
interface  PropertyContainer
 Access and configure property values. More...
 
interface  PropertyEditor
 Access property editors. More...
 
interface  PropertyTypeLibrary
 Create property types. More...
 
interface  ResourceDictionary
 Create and remove resource entries from a resource dictionary. More...
 
class  ResourceReference
 Create resource references. More...
 
interface  Screen
 Get or set the first child 2D node of the Screen node. More...
 
interface  Solution
 Access the Kanzi Studio projects in a Kanzi solution. More...
 
interface  State
 Configure states in a state group. More...
 
interface  StateGroup
 Configure state groups in a state manager. More...
 
interface  StateObject
 Configure state objects in a state. More...
 
interface  StateTransition
 Configure transitions between states. More...
 
interface  Trigger
 Configure trigger actions. More...
 
interface  TriggerCondition
 Configure trigger conditions. More...
 
interface  TriggerProperty
 
interface  TypedProperty
 Configure typed property types. More...
 
interface  Vector2DProperty
 Configure vector 2D property types. More...
 
interface  Vector3DProperty
 Configure vector 3D property types. More...
 
interface  Vector4DProperty
 Configure vector 4D property types. More...
 

Enumerations

enum  PropertyReadOnlyStatus { NotReadonly = 0, UserInterfaceReadonly = 1, ProgrammaticallyReadonly = 2 }