C# Class _3PA.MainFeatures.Appli.Appli

Handles the application main window
Afficher le fichier Open project: jcaillon/3P

Méthodes publiques

Méthode Description
ForceClose ( ) : void

Forces the form to close, only when leaving npp

GoToPage ( PageNames pageName ) : void

Opens the application window and go to a specific page

Init ( ) : void

Initializes the main application, since other windows uses this Form reference, it must be called pretty soon in the plugin initialization

IsFocused ( ) : bool

True if the form is focused

IsMouseIn ( ) : bool

Returns true if the cursor is within the form window

Refresh ( ) : void
ToggleView ( ) : void

Call this method to toggle on/off the application

Method Details

ForceClose() public static méthode

Forces the form to close, only when leaving npp
public static ForceClose ( ) : void
Résultat void

GoToPage() public static méthode

Opens the application window and go to a specific page
public static GoToPage ( PageNames pageName ) : void
pageName PageNames
Résultat void

Init() public static méthode

Initializes the main application, since other windows uses this Form reference, it must be called pretty soon in the plugin initialization
public static Init ( ) : void
Résultat void

IsFocused() public static méthode

True if the form is focused
public static IsFocused ( ) : bool
Résultat bool

IsMouseIn() public static méthode

Returns true if the cursor is within the form window
public static IsMouseIn ( ) : bool
Résultat bool

Refresh() public static méthode

public static Refresh ( ) : void
Résultat void

ToggleView() public static méthode

Call this method to toggle on/off the application
public static ToggleView ( ) : void
Résultat void