pigmeo-compiler : Pigmeo.Compiler.UI Namespace

UIs Class

All the available user interfaces and methods that intermediates between the interfaces and the compilation logic

public static class UIs


Remarks

To be added.

Members

See Also: Inherited members from object.

Fields

WinFormsAboutWindow
static
Pigmeo.Compiler.UI.WinForms.AboutWindow . About window using WinForms
WinFormsAsmEditor
static
Pigmeo.Compiler.UI.WinForms.AsmEditorWindow . Assembly language source code editor window using WinForms
WinFormsMainWindow
static
Pigmeo.Compiler.UI.WinForms.MainWindow . Main window using WinForms

Methods

static PrintErrorMessage (string, params object[])
Prints a message to the standard error output and/or to the graphical interface
static PrintMessage (string, params object[])
Prints a message to the standard output and/or to the graphical interface
static UpdateLanguageStrings ()
Updates the language-dependent strings on the current active graphical interface
static UpdateProgressBar (int)
Updates the compilation progress status on each interface

Member Details

PrintErrorMessage Method

public static void PrintErrorMessage (string message, params object[] args)

Prints a message to the standard error output and/or to the graphical interface

Parameters

message
The error message being printed
args
Parameters to format with the message

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

PrintMessage Method

public static void PrintMessage (string message, params object[] args)

Prints a message to the standard output and/or to the graphical interface

Parameters

message
The message being printed
args
Parameters to format with the message

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

UpdateLanguageStrings Method

public static void UpdateLanguageStrings ()

Updates the language-dependent strings on the current active graphical interface

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

UpdateProgressBar Method

public static void UpdateProgressBar (int value)

Updates the compilation progress status on each interface

Parameters

value

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

WinFormsAboutWindow Field

public static Pigmeo.Compiler.UI.WinForms.AboutWindow WinFormsAboutWindow

About window using WinForms

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

WinFormsAsmEditor Field

public static Pigmeo.Compiler.UI.WinForms.AsmEditorWindow WinFormsAsmEditor

Assembly language source code editor window using WinForms

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0

WinFormsMainWindow Field

public static Pigmeo.Compiler.UI.WinForms.MainWindow WinFormsMainWindow

Main window using WinForms

Remarks

To be added.

Required Assembly Versions:

  • pigmeo-compiler 0.0.0.0