Module:
sdynpy.core.sdynpy_shapeSource: GitHub
Parent:
PyQt5.QtWidgets.QDialogParent:
PyQt5.QtWidgets.QWidgetParent:
PyQt5.QtCore.QObjectParent:
sip.wrapperParent:
PyQt5.QtGui.QPaintDeviceParent:
sip.simplewrapper
Signature¶
class sdynpy.core.sdynpy_shape.ShapeCommentTable(shapes, plotter=None, parent=None)QDialog(parent: Optional[QWidget] = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags())
Methods¶
| Name | Summary |
|---|---|
__init__ | Creates a table window that allows editing of comments on the mode shapes. |
accept | accept(self) |
update_mode |
__init__¶
Source: GitHub
def sdynpy.core.sdynpy_shape.ShapeCommentTable.__init__(self, shapes, plotter=None, parent=None)Creates a table window that allows editing of comments on the mode shapes.
Parameters¶
shapes : ShapeArray The shapes for which the comments need to be modified.
plotter : ShapePlotter, optional A shape plotter that is to be linked to the table. It should have the same modes used for the table plotted on it. The plotter will automatically update the mode being displayed as different rows of the table are selected. If not specified, there will be no mode shape display linked to the table.
parent : QWidget, optional Parent widget for the window. The default is No parent.
Returns¶
None.
accept¶
Source: GitHub
def sdynpy.core.sdynpy_shape.ShapeCommentTable.accept(self)accept(self)
update_mode¶
Source: GitHub
def sdynpy.core.sdynpy_shape.ShapeCommentTable.update_mode(self)