index of namespace graph
 
 index of project ui
 
 index of module MGraph

Class MGraph.graph::GR


Synopsis

  Functions:
  Methods:
  Constants:

Function BuildPathname
Signature
BuildPathname(StringnewPathname,
  StringcurPathname 
  )  
 :String
Arguments
StringnewPathname
StringcurPathname
Returns
String

 
 top of page
Function IsIdentifier
Signature
IsIdentifier(Strings)
Arguments
Strings

 
 top of page
Function ReplaceLiteral
Signature
ReplaceLiteral(Stringvalue)
Arguments
Stringvalue

 
 top of page
Function SplitPathname
Signature
SplitPathname(Stringname,
  Stringpath,
  Stringfile 
  )  
Arguments
Stringname
Stringpath
Stringfile

 
 top of page
Method addGraphAttrib
Signature
addGraphAttrib(Stringkey,
  Stringvalue 
  )  
Arguments
Stringkey
Stringvalue

 
 top of page
Method beginGradient
Signature
beginGradient(Stringid)
Arguments
Stringid

 
 top of page
Method beginIncludeFile
Signature
beginIncludeFile(StringpathName)
Arguments
StringpathName

 
 top of page
Method beginIncludeFile2
Signature
beginIncludeFile2(StringnewPathName)
 :int
Arguments
StringnewPathName
Returns
int

 
 top of page
Method beginMainGraph
Signature
beginMainGraph(Stringid)
Arguments
Stringid

 
 top of page
Method beginPalette
Signature
beginPalette(Stringid)
Arguments
Stringid

 
 top of page
Method beginStyleClass
Signature
beginStyleClass(Stringid)
Arguments
Stringid

 
 top of page
Method beginSubGraph
Signature
beginSubGraph(Stringid)
Arguments
Stringid

 
 top of page
Method copyGraphAttribsFromGRStyle
Signature
copyGraphAttribsFromGRStyle(graph::GRStylestyle)
Arguments
graph::GRStylestyle

 
 top of page
Method endGraph
Signature
endGraph()

 
 top of page
Method findGradient
Signature
findGradient(Stringid)
 :graph::GRGradient
Arguments
Stringid
Returns

 
 top of page
Method findPalette
Signature
findPalette(Stringid)
 :graph::GRPalette
Arguments
Stringid
Returns

 
 top of page
Method findStyleClass
Signature
findStyleClass(Stringid)
 :graph::GRStyle
Arguments
Stringid
Returns

 
 top of page
Method getSrcLoc
Signature
getSrcLoc():String
Returns
String

 
 top of page
Method getStateString
Signature
getStateString():String
Returns
String

 
 top of page
Method init
Signature
init()

 
 top of page
Method parseGR
Signature
parseGR(Stringbuf,
  StringnewPathname,
  StringcurPathname 
  )  
 :graph::Graph
Arguments
Stringbuf
StringnewPathname
StringcurPathname
Returns

 
 top of page
Method parseLineTokens
Signature
parseLineTokens()

 
 top of page
Method parseNextToken
Signature
parseNextToken()

 
 top of page
Method popParseContext
Signature
popParseContext()

 
 top of page
Method pushParseContext
Signature
pushParseContext(Stringname,
  intbIncLineIdx,
  StringArraylines,
  intlineIdx 
  )  
Arguments
Stringname
intbIncLineIdx
StringArraylines
intlineIdx

 
 top of page
Method replacePrevNodeBySubGraph
Signature
replacePrevNodeBySubGraph()

 
 top of page
Method restoreGraphStyles
Signature
restoreGraphStyles()

 
 top of page
Method rewindToken
Signature
rewindToken()

 
 top of page
Method saveGraphStyles
Signature
saveGraphStyles()

 
 top of page
Method setGraphAttribS
Signature
setGraphAttribS(Stringvalue)
Arguments
Stringvalue

 
 top of page
Method setIncludePaths
Signature
setIncludePaths(StringArraypaths)
Arguments
StringArraypaths

 
 top of page
Method setIncludePathsByRef
Signature
setIncludePathsByRef(StringArraypaths)
Arguments
StringArraypaths

 
 top of page
Method tryReplaceColorAttribValue
Signature
tryReplaceColorAttribValue(StringattribName,
  StringattribValue 
  )  
Arguments
StringattribName
StringattribValue

 
 top of page
Constant ST_GLOBAL (int)
Constant ST_GLOBAL_INCLUDE (int)
Constant ST_GRADIENT_BEGIN (int)
Constant ST_GRADIENT_BODY (int)
Constant ST_GRADIENT_COLOR_ASSIGN (int)
Constant ST_GRADIENT_COLOR_VALUE (int)
Constant ST_GRADIENT_ID (int)
Constant ST_GRAPH_BEGIN (int)
Constant ST_GRAPH_BODY (int)
Constant ST_GRAPH_BODY_ATTRIB_ASSIGN (int)
Constant ST_GRAPH_BODY_ATTRIB_VALUE (int)
Constant ST_GRAPH_BODY_CLASS_ASSIGN (int)
Constant ST_GRAPH_BODY_CLASS_ID (int)
Constant ST_GRAPH_BODY_EDGE (int)
Constant ST_GRAPH_BODY_EDGESTYLE_ASSIGN (int)
Constant ST_GRAPH_BODY_EDGESTYLE_ID (int)
Constant ST_GRAPH_BODY_EDGE_ATTRIBS (int)
Constant ST_GRAPH_BODY_EDGE_ATTRIB_ASSIGN (int)
Constant ST_GRAPH_BODY_EDGE_ATTRIB_VALUE (int)
Constant ST_GRAPH_BODY_EDGE_DIR (int)
Constant ST_GRAPH_BODY_EDGE_HEAD (int)
Constant ST_GRAPH_BODY_EDGE_HEAD_PORT (int)
Constant ST_GRAPH_BODY_EDGE_HEAD_PORT_COL (int)
Constant ST_GRAPH_BODY_EDGE_REV_DIR (int)
Constant ST_GRAPH_BODY_EDGE_REV_HEAD (int)
Constant ST_GRAPH_BODY_EDGE_TAIL_PORT (int)
Constant ST_GRAPH_BODY_EDGE_UNDIR (int)
Constant ST_GRAPH_BODY_NODESTYLE_ASSIGN (int)
Constant ST_GRAPH_BODY_NODESTYLE_ID (int)
Constant ST_GRAPH_BODY_NODE_ATTRIBS (int)
Constant ST_GRAPH_BODY_NODE_ATTRIB_ASSIGN (int)
Constant ST_GRAPH_BODY_NODE_ATTRIB_VALUE (int)
Constant ST_GRAPH_BODY_NODE_LABEL (int)
Constant ST_GRAPH_BODY_PALETTE_ASSIGN (int)
Constant ST_GRAPH_BODY_PALETTE_ID (int)
Constant ST_GRAPH_BODY_STYLE (int)
Constant ST_GRAPH_BODY_STYLE_ASSIGN (int)
Constant ST_GRAPH_BODY_STYLE_ID (int)
Constant ST_GRAPH_BODY_XFM (int)
Constant ST_GRAPH_BODY_XFM_ATTRIB_ASSIGN (int)
Constant ST_GRAPH_BODY_XFM_ATTRIB_VALUE (int)
Constant ST_GRAPH_BODY_XFM_CLASS (int)
Constant ST_GRAPH_ID (int)
Constant ST_GRAPH_PORTS_BEGIN (int)
Constant ST_NODE_PORTS_BEGIN (int)
Constant ST_PALETTE_BEGIN (int)
Constant ST_PALETTE_BODY (int)
Constant ST_PALETTE_COLOR_ASSIGN (int)
Constant ST_PALETTE_COLOR_VALUE (int)
Constant ST_PALETTE_ID (int)
Constant ST_PALETTE_INHERIT (int)
Constant ST_PORTS (int)
Constant ST_PORTS_ATTRIB (int)
Constant ST_PORTS_ATTRIB_ASSIGN (int)
Constant ST_PORTS_ATTRIB_VALUE (int)
Constant ST_PORT_DIR (int)
Constant ST_PORT_DIR_COL (int)
Constant ST_PORT_POS (int)
Constant ST_STYLE (int)
Constant ST_STYLE_ATTRIB_ASSIGN (int)
Constant ST_STYLE_ATTRIB_VALUE (int)
Constant ST_STYLE_BEGIN (int)
Constant ST_STYLE_BODY (int)
Constant ST_STYLE_ID (int)
Constant ST_STYLE_INHERIT (int)

 

Project Modules:MAbstractXMLForm , MAcceleratorKey , MAcceleratorList , MAction , MActionConsumer , MActionProvider , MBezier01Edit , MBezierEdit , MButton , MCharFilter , MCharFilterBinary255Expr , MCharFilterFloat , MCharFilterFloatExpr , MCharFilterHex , MCharFilterHexExpr , MCharFilterHexShort , MCharFilterHexShortExpr , MCharFilterUFix16 , MCheckBox , MChoiceDialog , MCmdProvider , MColorBox , MColorButton , MComboBox , MComboBoxPopup , MComboBoxTM , MComboField , MComposite , MControl , MCursorShapes , MDial , MDialog , MDragHandleLabel , MDynamicPopupMenuAction , MFBO , MFloatAction , MFloatField , MFloatingLayer , MFloatParam , MFloatParamDialog , MFloatParamEditor , MFlowLayout , MFont , MFontCache , MFontResource , MForm , MFT2Face , MFT2FontResource , MFT2Glyph , MGeometry4f , MGraph , MGraphForm , MGridLayout , MHiddenPanel , MHSVColorPicker , MIcon , MIconCache , MInfoDialog , MIntAction , MKeyAction , MKeyboardMonitor , MKeyHelpDialog , MLabel , MLayer , MLayerSwitch , MLayout , MLogger , MLookAndFeel , MLookAndFeel_Dark , MLookAndFeel_Light , MLookAndFeel_Mono , MMouseEvent , MObjectAction , MOpaquePanel , MPanel , MPNGIcon , MPopupMenu , MPopupMenuBar , MPopupMenuBarButton , MPopupMenuButton , MPopupMenuCheckButton , MPopupMenuFolderButton , MPopupMenuSeparator , MPopupMenuWindowDock , MRadioButton , MRadioButtonGroup , MRectangle2f , MRepeatButton , MScroller , MScrollPane , MShader , MShader_ColorGrading , MShader_GradientH , MShader_GradientR , MShader_GradientV , MShader_InvertColor , MShader_PatternFill , MShader_PatternGradientH , MShader_PatternGradientR , MShader_PatternGradientV , MShader_SharpenFilter , MShader_SharpenFilterAndColorGrading , MShape , MShapePolyline , MSizeGroup , MSizeGroupX , MSizeGroupXY , MSizeGroupY , MSlider , MSpacer , MSplitPane , MStatusBar , MStringAction , MStringDialog , MSuperBorderLayout , MTableCellEditor , MTableCellEditorCheckBox , MTableCellEditorComboBox , MTableCellEditorFloatParam , MTableCellEditorString , MTableModel , MTableView , MTableViewData , MTableViewHeader , MTabSwitch , MTextEdit , MTextEditDialog , MTextField , MTextFieldIncDec , MTextInputDialog , MTextView , MTimerAction , MTitledPanel , MToolTip , MTransparentPanel , MTreeTableModel , MTreeTableNode , MUI , MUIConstants , MUIPluginLoader , MUIRenderer , MUserDataContainer , MValueAction , MView , MViewPane , MWindow , MWindowDock , MWindowTitleBar , MXFMObject , MXMLForm , MXYPad 
Project Classes:CmdProvider , ColorBox , graph::AttribsBase , graph::BBox , graph::Canvas , graph::Cell , graph::Edge , graph::GR , graph::Graph , graph::GRGradient , graph::GRPalette , graph::GRParseContext , graph::GRStyle , graph::GRUtils , graph::Node , graph::Port , graph::PortsBase , HSVColorPicker , ui::AbstractXMLForm , ui::AcceleratorKey , ui::AcceleratorList , ui::Action , ui::ActionConsumer , ui::ActionProvider , ui::Bezier01Edit , ui::BezierEdit , ui::BezierEditState , ui::BezierHistory , ui::BezierLUT01 , ui::BorderLayout , ui::Button , ui::CharFilter , ui::CharFilterBinary255Expr , ui::CharFilterFloat , ui::CharFilterFloatExpr , ui::CharFilterHex , ui::CharFilterHexExpr , ui::CharFilterHexShort , ui::CharFilterHexShortExpr , ui::CharFilterUFix16 , ui::CheckBox , ui::ChoiceDialog , ui::ColorButton , ui::ComboBox , ui::ComboBoxPopup , ui::ComboBoxTM , ui::ComboField , ui::Composite , ui::Control , ui::CursorShapes , ui::Dial , ui::Dialog , ui::DragHandleLabel , ui::DynamicPopupMenuAction , ui::FBO , ui::FloatAction , ui::FloatField , ui::FloatingLayer , ui::FloatParam , ui::FloatParamDialog , ui::FloatParamEditor , ui::FlowLayout , ui::Font , ui::FontCache , ui::FontResource , ui::Form , ui::FT2Face , ui::FT2FontResource , ui::FT2Glyph , ui::FT2LocalFileFontResource , ui::FT2PakFileFontResource , ui::Geometry4f , ui::GraphEdge , ui::GraphEdgeArrow , ui::GraphForm , ui::GraphPortButton , ui::GridLayout , ui::HiddenPanel , ui::Icon , ui::IconCache , ui::InfoDialog , ui::IntAction , ui::KeyAction , ui::KeyboardFocusListener , ui::KeyboardMonitor , ui::KeyboardMonitorEntry , ui::KeyHelpButton , ui::KeyHelpDialog , ui::KeyHelpToolTip , ui::KeyRepeatAction , ui::KeyRepeatConsumer , ui::Label , ui::Layer , ui::LayerSwitch , ui::Layout , ui::Logger , ui::LookAndFeel , ui::LookAndFeelDefs , ui::LookAndFeel_Dark , ui::LookAndFeel_Light , ui::LookAndFeel_Mono , ui::MouseEvent , ui::MouseHoldAction , ui::MouseHoldConsumer , ui::ObjectAction , ui::OpaquePanel , ui::Panel , ui::PNGIcon , ui::PopupMenu , ui::PopupMenuBar , ui::PopupMenuBarButton , ui::PopupMenuButton , ui::PopupMenuCheckButton , ui::PopupMenuFolderButton , ui::PopupMenuRadioButton , ui::PopupMenuSeparator , ui::PopupMenuWindowDock , ui::RadioButton , ui::RadioButtonGroup , ui::Rectangle2f , ui::RepeatButton , ui::Scroller , ui::ScrollPane , ui::Shader , ui::Shader_ColorGrading , ui::Shader_GradientH , ui::Shader_GradientR , ui::Shader_GradientV , ui::Shader_InvertColor , ui::Shader_PatternFill , ui::Shader_PatternGradientH , ui::Shader_PatternGradientR , ui::Shader_PatternGradientV , ui::Shader_SharpenFilter , ui::Shader_SharpenFilterAndColorGrading , ui::Shape , ui::ShapePolyline , ui::SizeGroup , ui::SizeGroupX , ui::SizeGroupXY , ui::SizeGroupY , ui::Slider , ui::Spacer , ui::SplitPane , ui::StatusBar , ui::StatusBarListener , ui::StatusBarMessage , ui::StringAction , ui::StringDialog , ui::StringDialogTextField , ui::SuperBorderLayout , ui::TableCellEditor , ui::TableCellEditorCheckBox , ui::TableCellEditorComboBox , ui::TableCellEditorFloatParam , ui::TableCellEditorString , ui::TableGraphPanel , ui::TableModel , ui::TableView , ui::TableViewData , ui::TableViewHeader , ui::TabSwitch , ui::TabSwitchLabelPanel , ui::TextEdit , ui::TextEditDialog , ui::TextEditPlugin , ui::TextEditUndoEntry , ui::TextField , ui::TextFieldIncDec , ui::TextInputDialog , ui::TextView , ui::TextViewSyntaxHighlighter , ui::TimerAction , ui::TitledPanel , ui::ToolTip , ui::TransparentPanel , ui::TreeTableModel , ui::TreeTableNode , ui::TriadKeyConsumer , ui::UI , ui::UIConstants , ui::UIRenderer , ui::UserDataContainer , ui::ValueAction , ui::View , ui::ViewPane , ui::Window , ui::WindowDock , ui::WindowTitleBar , ui::XFMObject , ui::XMLForm , ui::XYPad 
Project Functions:getTableViewStepCoarse , Screen_onApplicationActive , Screen_onClose , Screen_onDrainEventQueue , Screen_onDraw , Screen_onDropFiles , Screen_onExpose , Screen_onInputFocusActive , Screen_onKeyboard , Screen_onMouse , Screen_onMouseFocusActive , Screen_onMoveWindow , Screen_onOpen , Screen_onResize , Screen_onTimer , SetDebugLevel , SetDebugLevel , SetEnableProfiling 
All Namespaces:default , graph , ui 
All Projects:core , eqxmms , ShaderVG , ShaderVG_Text , tkanalogrytm , tkchipmunk , tkclap , tkfileutils , tkfreeglut , tkfreetype2 , tkfreeverb , tkmath , tkmidi , tkmidipipe , tkminnie , tkoldmath , tkopengl , tkportaudio , tkradiastools , tksamplechain , tksampleedit , tksampler , tksdl , tksdl_net , tksidplay2 , tkspeexdsp , tksqlite , tktriangulate , tkui , tkvst2 , tkzip , ui , yingtest 


auto-generated by "DOG", the TkScript document generator. Thu, 11/Dec/2025 13:42:00