C++ main module for gpm Package
1.0
|
This is the complete list of members for GPMG_MovieGraphDrawPanel, including all inherited members.
addEdge(SP::GPM_Vertex source, SP::GPM_Vertex target) | GPMG_DrawPanel | protectedvirtual |
addEdgeToNode(SP::GPM_Vertex source, SP::GPM_Node target) | GPMG_DrawPanel | protected |
addEdgeToPort(SP::GPM_Vertex source, SP::GPM_Port target) | GPMG_DrawPanel | protected |
addGraph(const GPM_ModelGraph &graph, const tString &file, const tReal minPoint[3], const tReal maxPoint[3], const map< tString, tReal * > &bounds) | GPMG_MovieGraphDrawPanel | |
addNode(const tReal &x, const tReal &y, GPM_PortGraph &graph) | GPMG_DrawPanel | protected |
addPort(const tReal &x, const tReal &y, GPM_PortGraph &graph) | GPMG_DrawPanel | protected |
areEdgesShown() const | GPMG_DrawPanel | inline |
areNodesShown() const | GPMG_DrawPanel | inline |
arePortsShown() const | GPMG_DrawPanel | inline |
clearGraphs() | GPMG_MovieGraphDrawPanel | |
clearScales() | GPMG_MovieGraphDrawPanel | |
computeBoundingBox(GUI2D_Box &box) const | GPMG_DrawPanel | protectedvirtual |
computeEdgesScale() | GPMG_MovieGraphDrawPanel | protectedvirtual |
GPMG_DrawPanel::computeEdgesScale(GPM_PortGraph &graph, double &minValue, double &maxValue) | GPMG_DrawPanel | protected |
computeNodesScale() | GPMG_MovieGraphDrawPanel | protectedvirtual |
GPMG_DrawPanel::computeNodesScale(GPM_PortGraph &graph, double &minValue, double &maxValue) | GPMG_DrawPanel | protected |
computePortsScale() | GPMG_MovieGraphDrawPanel | protectedvirtual |
GPMG_DrawPanel::computePortsScale(GPM_PortGraph &graph, double &minValue, double &maxValue) | GPMG_DrawPanel | protected |
computeVertexBounds(double &xMin, double &yMin, double &xMax, double &yMax) const | GPMG_MovieGraphDrawPanel | protectedvirtual |
createPopupMenus() | GPMG_DrawPanel | virtual |
deleteEdge(GPM_Edge &edge) | GPMG_DrawPanel | protectedvirtual |
deleteVertex(GPM_Vertex &vertex) | GPMG_DrawPanel | protectedvirtual |
drawEdge(GPM_Edge *edge, const CORE_Color &color, const tString &label, const tReal &Sx, const tReal &Sy, const tReal &Tx, const tReal &Ty, const tReal &width) | GPMG_DrawPanel | protected |
drawVertex(GPM_Node &node, const CORE_Color &color, const tString &label, const tReal &Cx, const tReal &Cy, const tReal &w, const tReal &h) | GPMG_DrawPanel | protected |
drawVertex(GPM_Port &port, const CORE_Color &color, const tString &label, const tReal &Cx, const tReal &Cy, const tReal &w, const tReal &h) | GPMG_DrawPanel | protected |
EDGE_COLOR_SCALE | GPMG_DrawPanel | protectedstatic |
getCoordinates(const GPM_PortGraph &graph, GPM_Vertex &vertex, tReal &x, tReal &y) | GPMG_DrawPanel | protected |
getEdgeMenuIndex() const | GPMG_DrawPanel | inline |
getEdgeStateNameToShow() const | GPMG_DrawPanel | inline |
getEdgeWidth() const | GPMG_DrawPanel | inline |
getGraphType(const GPM_Graph *graph) const | GPMG_MovieGraphDrawPanel | inlinevirtual |
getNodeStateNameToShow() const | GPMG_DrawPanel | inline |
getPopupMenu(const int &x, const int &y, GUI2D_Item *item) | GPMG_DrawPanel | virtual |
getPopupObject() | GPMG_DrawPanel | inline |
getPortStateNameToShow() const | GPMG_DrawPanel | inline |
getProjection(tFlag &projX, tFlag &projY) const | GPMG_DrawPanel | inline |
getSelectedEdge() const | GPMG_DrawPanel | inline |
getSelectedObjectColor() const | GPMG_DrawPanel | inline |
getSelectedVertex() const | GPMG_DrawPanel | inline |
getTau() const | GPMG_DrawPanel | inline |
getToNodeEdgeMenuIndex() const | GPMG_DrawPanel | inline |
getToPortEdgeMenuIndex() const | GPMG_DrawPanel | inline |
goToFirst() | GPMG_MovieGraphDrawPanel | inline |
goToLast() | GPMG_MovieGraphDrawPanel | inline |
GPMG_DrawPanel() | GPMG_DrawPanel | protected |
GPMG_MovieGraphDrawPanel() | GPMG_MovieGraphDrawPanel | protected |
hasNext() const | GPMG_MovieGraphDrawPanel | inline |
hasPrevious() const | GPMG_MovieGraphDrawPanel | inline |
initAttributes() | GPMG_MovieGraphDrawPanel | protectedvirtual |
isOnFirst() const | GPMG_MovieGraphDrawPanel | inline |
isOnLast() const | GPMG_MovieGraphDrawPanel | inline |
isReadOnly() const | GPMG_DrawPanel | inline |
loadFromUIClass(const UI_Class &mclass) | GPMG_MovieGraphDrawPanel | virtual |
mouseHasChanged(SP::GUI_Mouse mouse) | GPMG_DrawPanel | protectedvirtual |
New() | GPMG_MovieGraphDrawPanel | inlinestatic |
next() | GPMG_MovieGraphDrawPanel | inline |
next(const int &d) | GPMG_MovieGraphDrawPanel | |
NODE_COLOR_SCALE | GPMG_DrawPanel | protectedstatic |
objectIsClickedOn(SP::CORE_Object item) | GPMG_DrawPanel | protectedvirtual |
objectIsMovedTo(SP::CORE_Object item, const tReal &x, const tReal &y) | GPMG_DrawPanel | protectedvirtual |
paintElements() | GPMG_MovieGraphDrawPanel | protectedvirtual |
play(const tBoolean &isLoopOn) | GPMG_MovieGraphDrawPanel | |
popupMenuClicked(const tString &name, const int &x, const int &y) | GPMG_DrawPanel | virtual |
PORT_COLOR_SCALE | GPMG_DrawPanel | protectedstatic |
previous() | GPMG_MovieGraphDrawPanel | inline |
resetSelectedEdge() | GPMG_DrawPanel | inline |
resetSelectedVertex() | GPMG_DrawPanel | inline |
save(const tString &prefix) | GPMG_MovieGraphDrawPanel | |
saveToUIClass(UI_Class &mclass) const | GPMG_MovieGraphDrawPanel | virtual |
setAreEdgesShown(const tBoolean &v) | GPMG_DrawPanel | inline |
setAreNodesShown(const tBoolean &v) | GPMG_DrawPanel | inline |
setAreObjectsClickabled(const tBoolean &v) | GPMG_DrawPanel | inline |
setArePortsShown(const tBoolean &v) | GPMG_DrawPanel | inline |
setDelay(const int &i) | GPMG_MovieGraphDrawPanel | inline |
setEdgeVariableNameToShow(const tString &name) | GPMG_DrawPanel | inline |
setEdgeWidth(const int &v) | GPMG_DrawPanel | inline |
setGraphFiles(const vector< tString > &files, const tReal minPoint[3], const tReal maxPoint[3], const map< tString, tReal * > &bounds) | GPMG_MovieGraphDrawPanel | inline |
setIsMovingEnabled(const tBoolean &v) | GPMG_DrawPanel | virtual |
setIsReadOnly(const tBoolean &isReadOnly) | GPMG_DrawPanel | |
setNodeVariableNameToShow(const tString &name) | GPMG_DrawPanel | inline |
setPortVariableNameToShow(const tString &name) | GPMG_DrawPanel | inline |
setScales(const tReal minPoint[3], const tReal maxPoint[3], const map< tString, tReal * > &bounds) | GPMG_MovieGraphDrawPanel | |
setSelectedEdge(SP::GPM_Edge obj) | GPMG_DrawPanel | inline |
setSelectedVertex(SP::GPM_Vertex obj) | GPMG_DrawPanel | inline |
setVertexSize(const int &v) | GPMG_DrawPanel | inline |
stop() | GPMG_MovieGraphDrawPanel | |
threadHasBeenSuspended(const int &steap, const tFlag &action) | GPMG_MovieGraphDrawPanel | |
threadHasFinished(const tFlag &action) | GPMG_MovieGraphDrawPanel | |
toDoAfterThisSetting() | GPMG_MovieGraphDrawPanel | inlinevirtual |
X | GPMG_DrawPanel | protectedstatic |
Y | GPMG_DrawPanel | protectedstatic |
Z | GPMG_DrawPanel | protectedstatic |
~GPMG_DrawPanel(void) | GPMG_DrawPanel | protectedvirtual |
~GPMG_MovieGraphDrawPanel(void) | GPMG_MovieGraphDrawPanel | protectedvirtual |