C# Class TESVSnip.UI.ObjectControls.SubrecordEditor

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: figment/tesvsnip

Méthodes publiques

Méthode Description
BeginUpdate ( ) : void
ClearControl ( ) : void

Clear any state.

EndUpdate ( ) : void
Save ( ) : void
SetContext ( Record r, SubRecord sr, bool hexView ) : void
SubrecordEditor ( ) : System

Private Methods

Méthode Description
ByteArrayCompare ( byte b1, byte b2 ) : bool
FocusFirstControl ( Control c ) : bool
GetPluginFromNode ( BaseRecord node ) : Plugin
NewMediumLevelRecordEditor_Load ( object sender, EventArgs e ) : void
SendMessage ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : IntPtr
fpanel1_Resize ( object sender, EventArgs e ) : void
memcmp ( byte b1, byte b2, long count ) : int

Method Details

BeginUpdate() public méthode

public BeginUpdate ( ) : void
Résultat void

ClearControl() public méthode

Clear any state.
public ClearControl ( ) : void
Résultat void

EndUpdate() public méthode

public EndUpdate ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

SetContext() public méthode

public SetContext ( Record r, SubRecord sr, bool hexView ) : void
r TESVSnip.Domain.Model.Record
sr SubRecord
hexView bool
Résultat void

SubrecordEditor() public méthode

public SubrecordEditor ( ) : System
Résultat System