Bases: object
Store the current state of the Sequencer Menu.
Bases: QDialog
, Ui_objectDialog
Evaluates the function arguments to determine if the user input is valid.
Stores the name of the return variable.
Sets the DialogCode to Accepted and returns to the main window provided if all arguments have a specified value.
Bases: QTreeView
Sets the top-level package containing actions and re-populates the tree model.
Sets a reference to the info_edit widget.
Updates the info edit widget with documentation from the current selected item.
current selected item
previous selected item
Updates the ActionItemTree model with all the action items found inside the specified package.
Bases: QListView
Sets the parent widget.
Parent GUI container.
Updates the Sequencer State with the current selected module.
current selected item
previous selected item
Bases: TreePropertyBrowser
Sets the parent widget.
Parent GUI container.
Gets the ActionItemModel.
The model.
Sets the model.
The model.
Gets the PropertyBrowser model
The model.
Clears the Model.
Sets an attribute value of the current selected variable.
Current selected variable attribute.
new value.
Sets an attribute min/max range of the current selected variable.
Current selected variable attribute.
minimum value.
maximum value.
Sets an attribute pk/average display value of the current selected variable.
Current selected variable attribute.
Pk or Avg.
Sets an attribute check value of the current selected variable.
Current selected variable attribute.
The user-defined check-box value.
Updates the Sequencer State with the current selected variable.
current selected item
Updates the variable property browser.
If sequencer is running (and a breakpoint is reached), the local variables in the current frame are displayed, otherwise the property browser only contains the variables that were manually declared by the user.
Current frame provided by the debugger.
Bases: QTreeView
Sets the parent widget.
Parent GUI container.
Gets the breakpoint list.
A list of breakpoint line numbers.
Sets the breakpoint list.
A list of breakpoint line numbers.
Gets the active breakpoint.
The active breakpoint line number.
Sets the active breakpoint.
The active breakpoint line number.
Adds line number closest to position to the breakpoints list.
position in the line_number_area where a breakpoint was selected.
Updates the line_number_area when the content Scroll Area changes.
The rectangle that defines the viewport of the Scroll Area
Paints the line numbers, selected breakpoints, and active breakpoint.