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

Classes

interface  ActionProperty
 
interface  Binding
 Configure binding arguments. More...
 
interface  BindingHost
 Configure bindings. More...
 
interface  ChildContainer
 Interface for checking validity of child names and creation of new names. More...
 
interface  CustomEnumProperty
 
interface  EventProperty
 
interface  FloatProperty
 
interface  IntProperty
 
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...
 
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  Property
 Access and configure property types. More...
 
interface  PropertyContainer
 Access and configure property values. More...
 
interface  PropertyEditor
 Access property editors. More...
 
interface  PropertyTypeLibrary
 Stores property types declared in the current Kanzi Studio project. More...
 
interface  ResourceDictionary
 Create and remove resource entries from a resource dictionary. 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
 
interface  Vector2DProperty
 
interface  Vector3DProperty
 
interface  Vector4DProperty
 

Enumerations

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