C# 클래스 Stetic.WidgetDesigner

상속: Stetic.Designer
파일 보기 프로젝트 열기: mono/stetic 1 사용 예제들

공개 메소드들

메소드 설명
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