Unit MP.Gui

Description

This item has no description.

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TFormInicio  
Class TFormSlots  

Functions and Procedures

procedure ActualizarGUI();
procedure CloseAllForms();
procedure CreateFormInicio();
procedure CreateFormSlots();
function GetConnectedPeers(): String;
procedure Info(Text: String);
procedure InitGUI();
procedure OutText(Texto: String; inctime: Boolean = False; canal: Integer = 0);
procedure Processhint(Sender: TObject);
function ThisPercent(percent, thiswidth: Integer; RestarBarra: Boolean = False): Integer;
procedure UpdateMyGVTsList();
procedure UpdateSlotsGrid();

Variables

FormInicio: TFormInicio;
FormSlots: TFormSlots;
GridInicio: TStringgrid;
GridMSlots: TStringgrid;
LastUpdateMonitor: Int64 = 0;
SlotsLastUpdate: Int64 = 0;

Description

Functions and Procedures

procedure ActualizarGUI();

Actualiza los datos en el grid

procedure CloseAllForms();

This item has no description.

procedure CreateFormInicio();

Crea el formulario para el inicio

procedure CreateFormSlots();

Crea el formulario de monitorizacion de los slots

function GetConnectedPeers(): String;

This item has no description.

procedure Info(Text: String);

Actualiza la informacion de la label info

procedure InitGUI();

Inicializa el grid donde se muestran los datos

procedure OutText(Texto: String; inctime: Boolean = False; canal: Integer = 0);

Ordena las salidas de informacion

procedure Processhint(Sender: TObject);

Fija el texto de hint

function ThisPercent(percent, thiswidth: Integer; RestarBarra: Boolean = False): Integer;

Returns the X percentage of a specified number

procedure UpdateMyGVTsList();

Update my GVTsList

procedure UpdateSlotsGrid();

This item has no description.

Variables

FormInicio: TFormInicio;

This item has no description.

FormSlots: TFormSlots;

This item has no description.

GridInicio: TStringgrid;

This item has no description.

GridMSlots: TStringgrid;

This item has no description.

LastUpdateMonitor: Int64 = 0;

This item has no description.

SlotsLastUpdate: Int64 = 0;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.