Property | Type | Description | |
---|---|---|---|
GetActionGroups | Stetic.ActionGroupComponent[] | ||
ImportFile | string | ||
NotifyActionGroupAdded | void | ||
NotifyActionGroupRemoved | void | ||
NotifyChanged | void | ||
NotifyComponentTypesChanged | void | ||
NotifyModifiedChanged | void | ||
NotifyProjectReloaded | void | ||
NotifyProjectReloading | void | ||
NotifySignalAdded | void | ||
NotifySignalChanged | void | ||
NotifySignalRemoved | void | ||
NotifyUpdateLibraries | void | ||
NotifyWidgetAdded | void | ||
NotifyWidgetNameChanged | void | ||
NotifyWidgetRemoved | void | ||
OnBackendChanged | void | ||
OnBackendChanging | void | ||
Project | System | ||
Project | System | ||
ReadActionGroup | void | ||
ReadWidget | void |
Method | Description | |
---|---|---|
AddNewActionGroup ( |
||
AddNewActionGroup ( string id ) : Stetic.ActionGroupComponent | ||
AddNewComponent ( Stetic.ComponentType type, string name ) : |
||
AddNewComponent ( |
||
AddWidgetLibrary ( string assemblyPath ) : void | ||
AddWidgetLibrary ( string assemblyPath, bool isInternal ) : void | ||
Close ( ) : void | ||
CreateActionGroupDesigner ( |
||
CreateWidgetDesigner ( |
||
Dispose ( ) : void | ||
EditIcons ( ) : void | ||
ExportGlade ( string fileName ) : void | ||
GetActionGroup ( string name ) : |
||
GetComponent ( string name ) : Stetic.WidgetComponent | ||
GetComponentTypes ( ) : Stetic.ComponentType[] | ||
GetWidget ( string name ) : |
||
GetWidgetTypes ( ) : string[] | ||
ImportGlade ( string fileName ) : void | ||
InitializeLifetimeService ( ) : object | ||
Load ( string fileName ) : void | ||
RemoveActionGroup ( |
||
RemoveComponent ( |
||
RemoveWidgetLibrary ( string assemblyPath ) : void | ||
Save ( string fileName ) : void | ||
SetWidgetLibraries ( string libraries, string internalLibraries ) : void |
Method | Description | |
---|---|---|
GetActionGroups ( ) : Stetic.ActionGroupComponent[] | ||
ImportFile ( string filePath ) : string | ||
NotifyActionGroupAdded ( string group ) : void | ||
NotifyActionGroupRemoved ( string group ) : void | ||
NotifyChanged ( ) : void | ||
NotifyComponentTypesChanged ( ) : void | ||
NotifyModifiedChanged ( ) : void | ||
NotifyProjectReloaded ( ) : void | ||
NotifyProjectReloading ( ) : void | ||
NotifySignalAdded ( object obj, string name, Stetic.Signal signal ) : void | ||
NotifySignalChanged ( object obj, string name, Stetic.Signal oldSignal, Stetic.Signal signal ) : void | ||
NotifySignalRemoved ( object obj, string name, Stetic.Signal signal ) : void | ||
NotifyUpdateLibraries ( ) : void | ||
NotifyWidgetAdded ( object obj, string name, string typeName ) : void | ||
NotifyWidgetNameChanged ( object obj, string oldName, string newName, bool isRoot ) : void | ||
NotifyWidgetRemoved ( string name ) : void | ||
OnBackendChanged ( |
||
OnBackendChanging ( ) : void | ||
Project ( |
||
Project ( |
||
ReadActionGroup ( |
||
ReadWidget ( |
public AddNewActionGroup ( |
||
template | ||
return | Stetic.ActionGroupComponent |
public AddNewActionGroup ( string id ) : Stetic.ActionGroupComponent | ||
id | string | |
return | Stetic.ActionGroupComponent |
public AddNewComponent ( Stetic.ComponentType type, string name ) : |
||
type | Stetic.ComponentType | |
name | string | |
return |
public AddNewComponent ( |
||
template | ||
return |
public AddWidgetLibrary ( string assemblyPath ) : void | ||
assemblyPath | string | |
return | void |
public AddWidgetLibrary ( string assemblyPath, bool isInternal ) : void | ||
assemblyPath | string | |
isInternal | bool | |
return | void |
public CreateActionGroupDesigner ( |
||
actionGroup | ||
autoCommitChanges | bool | |
return |
public CreateWidgetDesigner ( |
||
widgetInfo | ||
autoCommitChanges | bool | |
return |
public ExportGlade ( string fileName ) : void | ||
fileName | string | |
return | void |
public GetActionGroup ( string name ) : |
||
name | string | |
return |
public GetComponent ( string name ) : Stetic.WidgetComponent | ||
name | string | |
return | Stetic.WidgetComponent |
public GetComponentTypes ( ) : Stetic.ComponentType[] | ||
return | Stetic.ComponentType[] |
public GetWidget ( string name ) : |
||
name | string | |
return |
public ImportGlade ( string fileName ) : void | ||
fileName | string | |
return | void |
public InitializeLifetimeService ( ) : object | ||
return | object |
public RemoveActionGroup ( |
||
group | ||
return | void |
public RemoveComponent ( |
||
component | ||
return | void |
public RemoveWidgetLibrary ( string assemblyPath ) : void | ||
assemblyPath | string | |
return | void |
public SetWidgetLibraries ( string libraries, string internalLibraries ) : void | ||
libraries | string | |
internalLibraries | string | |
return | void |