SourceForge Logo
P.I.G.A.L.E.
1.3.9
Public Implementation of a Graph Algorithm
Library and Editor

H. de Fraysseix      P. Ossona de Mendez

Graph_Properties Class Reference

Collaboration diagram for Graph_Properties:

Collaboration graph
[legend]

List of all members.

Public Member Functions

Public Attributes

Private Member Functions

Private Attributes


Constructor & Destructor Documentation

Graph_Properties ( QWidget *  parent,
QMenuBar *  menu,
pigaleWindow mw 
)

~Graph_Properties (  ) 


Member Function Documentation

void update ( GraphContainer GC,
bool  print = true 
)

void updateMenu ( bool  val  )  [inline]

bool Simple (  )  [inline]

bool Planar (  )  [inline]

bool Triangulation (  )  [inline]

bool Acyclic (  )  [inline]

bool Biparti (  )  [inline]

bool MaxBiparti (  )  [inline]

bool Con1 (  )  [inline]

bool Con2 (  )  [inline]

bool Con3 (  )  [inline]

bool OuterPlanar (  )  [inline]

bool SeriePlanar (  )  [inline]

bool Regular (  )  [inline]

int DegreeMin (  )  [inline]

int DegreeMax (  )  [inline]

int NumSources (  )  [inline]

int NumSinks (  )  [inline]

bool actionAllowed ( int  action  )  [inline]

void allowAction ( int  action,
bool  condition 
) [private]


Member Data Documentation

QLineEdit* LE_N

QLineEdit * LE_M

QLineEdit * LE_Min

QLineEdit * LE_Max

RoRadioButton* RBConnected

RoRadioButton* RB2Connected

RoRadioButton* RB3Connected

RoRadioButton* RBPlanar

RoRadioButton* RBMxPlanar

RoRadioButton* RBOuPlanar

RoRadioButton* RBSerie

RoRadioButton* RBSimple

RoRadioButton* RBBipartite

RoRadioButton* RBAcyclic

pigaleWindow* mw [private]

QMenuBar* menu [private]

svector<bool> allow [private]

bool _updateMenu [private]

int ns [private]

int nt [private]

int dmin [private]

int dmax [private]

bool S [private]

bool P [private]

bool A [private]

bool B [private]

bool R [private]

bool C1 [private]

bool C2 [private]

bool C3 [private]

bool T [private]

bool Outer [private]

bool Serie [private]

bool MaxBi [private]


Generated on Thu Jan 31 16:51:50 2008 for Pigale by  doxygen 1.5.4