| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tlp::ControllerAlgorithmTools Class Reference Algorithm tools for Controller. More...
Static Public Member Functions
Detailed DescriptionAlgorithm tools for Controller. This class contain tools to use algorithm in Controllers Member Function Documentation
Apply an algorithm on graph with given name and given dataSet, if the algorithm has a problem : display it in a QDialog in parent widget and return false
Apply an algorithm on graph with given name, and if the algorithm has a problem : display it in a QDialog in parent widget and return false
Apply a boolean property algorithm with given name on property with name : propertyName on graph if algorithm has a problem : display it in a QDialog in parent widget view is use to preview result
Apply a color property algorithm with given name on property with name : propertyName on graph if algorithm has a problem : display it in a QDialog in parent widget view is use to preview result
Apply an integer property algorithm with given name on property with name : propertyName on graph if algorithm has a problem : display it in a QDialog in parent widget view is use to preview result
Apply a layout property algorithm with given name on property with name : propertyName on graph if algorithm has a problem : display it in a QDialog in parent widget view is use to preview result
Apply a metric property algorithm with given name on property with name : propertyName on graph if algorithm has a problem : display it in a QDialog in parent widget view is use to preview result if mapMetric is at true : apply a color algoritm after metric algorithm
Change a property on graph with algorithm with given name and store result in destination property view is use to preview result if redraw are at true if query is at true, open a parameters widget (if need) if push is at true, save graph before modify it with push/pop system if algorithm has a problem : display it in a QDialog in parent widget
Apply a size property algorithm with given name on property with name : propertyName on graph if algorithm has a problem : display it in a QDialog in parent widget view is use to preview result
Apply a string property algorithm with given name on property with name : propertyName on graph if algorithm has a problem : display it in a QDialog in parent widget view is use to preview result
Remove entries from the parameters map if the plugin does not exist anymore
Return parameters need by a plugin
Test if graph is acyclic and display result in a QWidget in parent widget
Test if graph is biconnected and display result in a QWidget in parent widget
Test if graph is connected and display result in a QWidget in parent widget
Test if graph is a free tree and display result in a QWidget in parent widget
Test if graph is outer planar and display result in a QWidget in parent widget
Test if graph is planar and display result in a QWidget in parent widget
Test if graph is simple and display result in a QWidget in parent widget
Test if graph is a tree and display result in a QWidget in parent widget
Test if graph is triconnected and display result in a QWidget in parent widget
Modify graph to make it acyclic if push is at true : save graph before modification with push/pop system
Modify graph to make it biconnected if push is at true : save graph before modification with push/pop system
Modify graph to make it connected if push is at true : save graph before modification with push/pop system
Modify graph to make it directed if push is at true : save graph before modification with push/pop system
Modify graph to make it simple if push is at true : save graph before modification with push/pop system |
Tulip Software by LaBRI Visualization Team 2001 - 2012 |