C# Класс Stetic.WidgetDesigner

Наследование: Stetic.Designer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BeginComponentDrag ( Stetic.ComponentType type, Gtk source, Gdk ctx ) : void
BeginComponentDrag ( string title, string className, Gtk source, Gdk ctx, ComponentDropCallback callback ) : void
CopySelection ( ) : void
CreateActionGroupDesigner ( ) : ActionGroupDesigner
CutSelection ( ) : void
DeleteSelection ( ) : void
Dispose ( ) : void
GetComponentTypes ( ) : Stetic.ComponentType[]
PasteToSelection ( ) : void
Save ( ) : void

Защищенные методы

Метод Описание
OnCreatePlug ( uint socketId ) : void
OnCreateWidget ( ) : Gtk.Widget
OnDestroyPlug ( uint socketId ) : void

Приватные методы

Метод Описание
CreateSession ( ) : void
NotifyBindField ( ) : void
NotifyChanged ( ) : void
NotifyModifiedChanged ( ) : void
NotifyRootWidgetChanged ( ) : void
NotifyRootWidgetChanging ( ) : void
NotifySelectionChanged ( object ob, bool canCut, bool canCopy, bool canPaste, bool canDelete ) : void
OnBackendChanged ( ApplicationBackend oldBackend ) : void
OnBackendChanging ( ) : void
OnComponentNameChanged ( object s, Stetic.ComponentNameEventArgs args ) : void
OnComponentTypesChanged ( object s, EventArgs a ) : void
OnProjectBackendChanged ( ApplicationBackend oldBackend ) : void
OnSignalAdded ( object sender, Stetic args ) : void
OnSignalChanged ( object sender, Stetic args ) : void
OnSignalRemoved ( object sender, Stetic args ) : void
SetActive ( ) : void
WidgetDesigner ( Project project, string componentName, bool autoCommitChanges ) : System

Описание методов

BeginComponentDrag() публичный Метод

public BeginComponentDrag ( Stetic.ComponentType type, Gtk source, Gdk ctx ) : void
type Stetic.ComponentType
source Gtk
ctx Gdk
Результат void

BeginComponentDrag() публичный Метод

public BeginComponentDrag ( string title, string className, Gtk source, Gdk ctx, ComponentDropCallback callback ) : void
title string
className string
source Gtk
ctx Gdk
callback ComponentDropCallback
Результат void

CopySelection() публичный Метод

public CopySelection ( ) : void
Результат void

CreateActionGroupDesigner() публичный Метод

public CreateActionGroupDesigner ( ) : ActionGroupDesigner
Результат ActionGroupDesigner

CutSelection() публичный Метод

public CutSelection ( ) : void
Результат void

DeleteSelection() публичный Метод

public DeleteSelection ( ) : void
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

GetComponentTypes() публичный Метод

public GetComponentTypes ( ) : Stetic.ComponentType[]
Результат Stetic.ComponentType[]

OnCreatePlug() защищенный Метод

protected OnCreatePlug ( uint socketId ) : void
socketId uint
Результат void

OnCreateWidget() защищенный Метод

protected OnCreateWidget ( ) : Gtk.Widget
Результат Gtk.Widget

OnDestroyPlug() защищенный Метод

protected OnDestroyPlug ( uint socketId ) : void
socketId uint
Результат void

PasteToSelection() публичный Метод

public PasteToSelection ( ) : void
Результат void

Save() публичный Метод

public Save ( ) : void
Результат void