C# Class LynnaLab.ValueReferenceEditor

Inheritance: Gtk.Alignment
Afficher le fichier Open project: Drenn1/LynnaLab Class Usage Examples

Private Properties

Свойство Type Description
OnDataModifiedExternal void
OnDataModifiedInternal void
UpdatePointerTextBox void

Méthodes publiques

Méthode Description
AddDataModifiedHandler ( System.Action handler ) : void
AddTooltip ( int i, string tooltip ) : void
RemoveDataModifiedHandler ( System.Action handler ) : void
ReplaceWidget ( int i, Gtk newWidget ) : void
SetMaxBound ( int i, int max ) : void
ValueReferenceEditor ( Project p, Data data, string frameText = null ) : System
ValueReferenceEditor ( Project p, ValueReferenceGroup vrg, int rows, string frameText = null ) : System
ValueReferenceEditor ( Project p, ValueReferenceGroup vrg, string frameText = null ) : System

Private Methods

Méthode Description
OnDataModifiedExternal ( object sender, EventArgs e ) : void
OnDataModifiedInternal ( ) : void
UpdatePointerTextBox ( Gtk entry, ValueReference r ) : void

Method Details

AddDataModifiedHandler() public méthode

public AddDataModifiedHandler ( System.Action handler ) : void
handler System.Action
Résultat void

AddTooltip() public méthode

public AddTooltip ( int i, string tooltip ) : void
i int
tooltip string
Résultat void

RemoveDataModifiedHandler() public méthode

public RemoveDataModifiedHandler ( System.Action handler ) : void
handler System.Action
Résultat void

ReplaceWidget() public méthode

public ReplaceWidget ( int i, Gtk newWidget ) : void
i int
newWidget Gtk
Résultat void

SetMaxBound() public méthode

public SetMaxBound ( int i, int max ) : void
i int
max int
Résultat void

ValueReferenceEditor() public méthode

public ValueReferenceEditor ( Project p, Data data, string frameText = null ) : System
p Project
data Data
frameText string
Résultat System

ValueReferenceEditor() public méthode

public ValueReferenceEditor ( Project p, ValueReferenceGroup vrg, int rows, string frameText = null ) : System
p Project
vrg ValueReferenceGroup
rows int
frameText string
Résultat System

ValueReferenceEditor() public méthode

public ValueReferenceEditor ( Project p, ValueReferenceGroup vrg, string frameText = null ) : System
p Project
vrg ValueReferenceGroup
frameText string
Résultat System