Diplo
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Public Attributes | List of all members
mental_maps.MainDraw Class Reference

Public Member Functions

 MainDraw ()
 
void resetGrapf ()
 Reset grafu do zaciatocneho stavu More...
 
Vertex pointDraged (int X, int Y)
 Ak potiahneme nejaky vrchol More...
 
void drawGraph (System.Windows.Forms.PaintEventArgs e, PictureBox pictureBox1, Boolean findNewPaths=true)
 Fnkcia pre vykreslenie grafu. Vola sa ako prva, vzdy pri prvotnom vykresleni. Vytvori sa graf / nacita, mentalna mapa hran. More...
 
void drawGraph (Graphics g)
 Iba vykreslenie existujuceho grafu More...
 

Public Attributes

MaxDifMap LeeMMMaxDif
 
LeeMMCM LeeMMCM = new LeeMMCM()
 
binary binaryHeuristic = new binary()
 
CoridorMap coridor = new CoridorMap()
 
Graph graf = new Graph()
 
Stack< Point > path = new Stack<Point>()
 
int mentalMapType = 0
 
int algoType = 0
 
bool drawVertexAreas = true
 
bool drawCirle = false
 
bool drawFillCirle = true
 
bool drawLines = false
 
bool edgePoints = true
 
bool drawOriginal = false
 
bool drawOld = false
 
bool drawDiffPolygon = false
 
int vertexArea = 10
 
int vertexSize = 10
 

Constructor & Destructor Documentation

mental_maps.MainDraw.MainDraw ( )

Member Function Documentation

void mental_maps.MainDraw.drawGraph ( System.Windows.Forms.PaintEventArgs  e,
PictureBox  pictureBox1,
Boolean  findNewPaths = true 
)

Fnkcia pre vykreslenie grafu. Vola sa ako prva, vzdy pri prvotnom vykresleni. Vytvori sa graf / nacita, mentalna mapa hran.

Parameters
ePaintEventArgs e argument ...
pictureBox1PictureBox, kam budeme malovat.
void mental_maps.MainDraw.drawGraph ( Graphics  g)

Iba vykreslenie existujuceho grafu

Parameters
g
Vertex mental_maps.MainDraw.pointDraged ( int  X,
int  Y 
)

Ak potiahneme nejaky vrchol

Parameters
X
Y
Returns
void mental_maps.MainDraw.resetGrapf ( )

Reset grafu do zaciatocneho stavu

Member Data Documentation

int mental_maps.MainDraw.algoType = 0
binary mental_maps.MainDraw.binaryHeuristic = new binary()
CoridorMap mental_maps.MainDraw.coridor = new CoridorMap()
bool mental_maps.MainDraw.drawCirle = false
bool mental_maps.MainDraw.drawDiffPolygon = false
bool mental_maps.MainDraw.drawFillCirle = true
bool mental_maps.MainDraw.drawLines = false
bool mental_maps.MainDraw.drawOld = false
bool mental_maps.MainDraw.drawOriginal = false
bool mental_maps.MainDraw.drawVertexAreas = true
bool mental_maps.MainDraw.edgePoints = true
Graph mental_maps.MainDraw.graf = new Graph()
LeeMMCM mental_maps.MainDraw.LeeMMCM = new LeeMMCM()
MaxDifMap mental_maps.MainDraw.LeeMMMaxDif
int mental_maps.MainDraw.mentalMapType = 0
Stack<Point> mental_maps.MainDraw.path = new Stack<Point>()
int mental_maps.MainDraw.vertexArea = 10
int mental_maps.MainDraw.vertexSize = 10

The documentation for this class was generated from the following file: