Method | Description | |
---|---|---|
BeginChangeSet ( ) : void | ||
EndChangeSet ( ) : void | ||
GetType ( string typeName, bool throwOnError ) : |
||
GetWidgetLibrary ( string name ) : |
||
Initialize ( |
||
IsRegistered ( |
||
IsRegistered ( string name ) : bool | ||
LookupClassByCName ( string cname ) : |
||
LookupClassByName ( string cname ) : |
||
LookupContextMenu ( string classname ) : Stetic.ItemGroup | ||
LookupEnum ( string typeName ) : Stetic.EnumDescriptor | ||
LookupItem ( string name ) : |
||
LookupItemGroup ( string name ) : Stetic.ItemGroup | ||
LookupSignalGroup ( string name ) : Stetic.ItemGroup | ||
NewInstance ( string typeName, IProject proj ) : object | ||
RegisterWidgetLibrary ( |
||
ReloadWidgetLibraries ( ) : bool | ||
UnregisterWidgetLibrary ( |
Method | Description | |
---|---|---|
CreateGladeTransformBase ( ) : |
||
FindGroupClass ( string name, string &groupname ) : |
||
InternalUpdate ( ) : void | ||
NotifyChanged ( ) : void | ||
NotifyChanging ( ) : void | ||
UpdateGladeTransform ( ) : void |
public static GetType ( string typeName, bool throwOnError ) : |
||
typeName | string | |
throwOnError | bool | |
return |
public static GetWidgetLibrary ( string name ) : |
||
name | string | |
return |
public static Initialize ( |
||
coreLibrary | ||
return | void |
public static IsRegistered ( |
||
library | ||
return | bool |
public static IsRegistered ( string name ) : bool | ||
name | string | |
return | bool |
public static LookupClassByCName ( string cname ) : |
||
cname | string | |
return |
public static LookupClassByName ( string cname ) : |
||
cname | string | |
return |
public static LookupContextMenu ( string classname ) : Stetic.ItemGroup | ||
classname | string | |
return | Stetic.ItemGroup |
public static LookupEnum ( string typeName ) : Stetic.EnumDescriptor | ||
typeName | string | |
return | Stetic.EnumDescriptor |
public static LookupItem ( string name ) : |
||
name | string | |
return |
public static LookupItemGroup ( string name ) : Stetic.ItemGroup | ||
name | string | |
return | Stetic.ItemGroup |
public static LookupSignalGroup ( string name ) : Stetic.ItemGroup | ||
name | string | |
return | Stetic.ItemGroup |
public static NewInstance ( string typeName, IProject proj ) : object | ||
typeName | string | |
proj | IProject | |
return | object |
public static RegisterWidgetLibrary ( |
||
library | ||
return | void |
public static ReloadWidgetLibraries ( ) : bool | ||
return | bool |
public static UnregisterWidgetLibrary ( |
||
library | ||
return | void |