GraphObjCurveTool
The GraphObjCurveTool class is derived from GraphObjTool class from which it inherits methods and properties to create and manage a rectangle on Origin graph window that contains the data to choose the region of interest. GraphObjCurveTool provides methods to add context menu and the related event function to enhance function.
GraphObjTools.h
Name | Brief | Example |
---|---|---|
Create | To create major graph object. | |
DoContext | The event function to open context menu. | |
GraphObjCurveTool | Constructor. | |
Init | This is an overloaded function, more things is done than the function in base class is about prepare the attached graph object, for example, top text and context menu. It is an expand class derived from GraphObjTool class. | |
OnEvent | The overloaded event function, add more events than base class. | |
UpdateThemeFileInGUITree | Update the filename of dialog theme to trGUI tree from the existed ROI object. |