C# Class HelpKsyu.HelpKsyuMainWindow

Inheritance: System.Windows.Forms.Form
Mostra file Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
HelpKsyuMainWindow ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Освободить все используемые ресурсы.

Private Methods

Method Description
AllocConsole ( ) : System.Boolean
DrawEdgesBetweenConnectedComponents ( ) : void
DrawStrongConnectedComponentEdges ( int i ) : void
DrawStrongConnectedComponentVertices ( int i ) : void
DrawStrongConnectedComponents ( ) : void
DrawText2D ( int x, int y, string text ) : void
DrawVector2D ( DirectedEdge edge ) : void
FreeConsole ( ) : System.Boolean
GenStrongConnectedComponentColors ( ) : void
GenStrongConnectedComponentGraph ( ) : void
GenVertexCoord ( ) : void
InitOpenGL ( ) : void
InitializeComponent ( ) : void

Обязательный метод для поддержки конструктора - не изменяйте содержимое данного метода при помощи редактора кода.

PrintText2D ( int x, int y, string text ) : void
PrintVector2D ( DEdge edg ) : void
ReadGraphFromAConsole_Click ( object sender, EventArgs e ) : void
ReadGraphFromATextFile_Click ( object sender, EventArgs e ) : void
ShowGraphs_Click ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
fullSCCsInfoToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Освободить все используемые ресурсы.
protected Dispose ( bool disposing ) : void
disposing bool истинно, если управляемый ресурс должен быть удален; иначе ложно.
return void

HelpKsyuMainWindow() public method

public HelpKsyuMainWindow ( ) : System
return System