|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include </home/runner/work/hal/hal/plugins/simulator/waveform_viewer/include/waveform_viewer/wave_widget.h>


Signals | |
| void | stateChanged (hal::NetlistSimulatorController::SimulationState state) |
Public Member Functions | |
| WaveWidget (NetlistSimulatorController *ctrl, QWidget *parent=nullptr) | |
| ~WaveWidget () | |
| bool | isVisulizeNetState () const |
| u32 | controllerId () const |
| NetlistSimulatorController * | controller () const |
| void | setVisualizeNetState (bool state, bool activeTab) |
| void | takeOwnership (std::unique_ptr< NetlistSimulatorController > &ctrl) |
| bool | hasOwnership () const |
| bool | triggerClose () |
| void | setGates (const std::vector< Gate * > &gats) |
| void | addResults () |
| void | addSelectedResults (const QMap< WaveSelectionEntry, int > &sel) |
| NetlistSimulatorController::SimulationState | state () const |
| void | createEngine (const QString &engineFactoryName) |
| void | refreshNetNames () |
| void | scrollToYpos (int ypos) |
| void | removeGroup (u32 grpId) |
| bool | canImportWires () const |
| bool | isEmpty () const |
| WaveGraphicsCanvas * | graphicCanvas () |
| QMap< WaveSelectionEntry, int > | addableEntries () const |
Public Member Functions inherited from QSplitter | |
| QSplitter (QWidget *parent) | |
| QSplitter (Qt::Orientation orientation, QWidget *parent) | |
| virtual | ~QSplitter () |
| void | addWidget (QWidget *widget) |
| void | insertWidget (int index, QWidget *widget) |
| QWidget * | replaceWidget (int index, QWidget *widget) |
| void | setOrientation (Qt::Orientation) |
| Qt::Orientation | orientation () const const |
| void | setChildrenCollapsible (bool) |
| bool | childrenCollapsible () const const |
| void | setCollapsible (int index, bool collapse) |
| bool | isCollapsible (int index) const const |
| void | setOpaqueResize (bool opaque) |
| bool | opaqueResize () const const |
| void | refresh () |
| virtual QSize | sizeHint () const const override |
| virtual QSize | minimumSizeHint () const const override |
| QList< int > | sizes () const const |
| void | setSizes (const QList< int > &list) |
| QByteArray | saveState () const const |
| bool | restoreState (const QByteArray &state) |
| int | handleWidth () const const |
| void | setHandleWidth (int) |
| int | indexOf (QWidget *widget) const const |
| QWidget * | widget (int index) const const |
| int | count () const const |
| void | getRange (int index, int *min, int *max) const const |
| QSplitterHandle * | handle (int index) const const |
| void | setStretchFactor (int index, int stretch) |
| void | splitterMoved (int pos, int index) |
| QTextStream & | operator<< (QTextStream &ts, const QSplitter &splitter) |
| QTextStream & | operator>> (QTextStream &ts, QSplitter &splitter) |
Public Member Functions inherited from QFrame | |
| QFrame (QWidget *parent, Qt::WindowFlags f) | |
| virtual | ~QFrame () |
| int | frameStyle () const const |
| void | setFrameStyle (int style) |
| int | frameWidth () const const |
| QFrame::Shape | frameShape () const const |
| void | setFrameShape (QFrame::Shape) |
| QFrame::Shadow | frameShadow () const const |
| void | setFrameShadow (QFrame::Shadow) |
| int | lineWidth () const const |
| void | setLineWidth (int) |
| int | midLineWidth () const const |
| void | setMidLineWidth (int) |
| QRect | frameRect () const const |
| void | setFrameRect (const QRect &) |
Public Member Functions inherited from QWidget | |
| QWidget (QWidget *parent, Qt::WindowFlags f) | |
| virtual | ~QWidget () |
| WId | winId () const const |
| WId | effectiveWinId () const const |
| QStyle * | style () const const |
| void | setStyle (QStyle *style) |
| bool | isTopLevel () const const |
| bool | isWindow () const const |
| bool | isModal () const const |
| Qt::WindowModality | windowModality () const const |
| void | setWindowModality (Qt::WindowModality windowModality) |
| bool | isEnabled () const const |
| bool | isEnabledTo (const QWidget *ancestor) const const |
| bool | isEnabledToTLW () const const |
| void | setEnabled (bool) |
| void | setDisabled (bool disable) |
| void | setWindowModified (bool) |
| QRect | frameGeometry () const const |
| const QRect & | geometry () const const |
| QRect | normalGeometry () const const |
| int | x () const const |
| int | y () const const |
| QPoint | pos () const const |
| QSize | frameSize () const const |
| QSize | size () const const |
| int | width () const const |
| int | height () const const |
| QRect | rect () const const |
| QRect | childrenRect () const const |
| QRegion | childrenRegion () const const |
| QSize | minimumSize () const const |
| QSize | maximumSize () const const |
| int | minimumWidth () const const |
| int | minimumHeight () const const |
| int | maximumWidth () const const |
| int | maximumHeight () const const |
| void | setMinimumSize (const QSize &) |
| void | setMinimumSize (int minw, int minh) |
| void | setMaximumSize (const QSize &) |
| void | setMaximumSize (int maxw, int maxh) |
| void | setMinimumWidth (int minw) |
| void | setMinimumHeight (int minh) |
| void | setMaximumWidth (int maxw) |
| void | setMaximumHeight (int maxh) |
| void | setupUi (QWidget *widget) |
| QSize | sizeIncrement () const const |
| void | setSizeIncrement (const QSize &) |
| void | setSizeIncrement (int w, int h) |
| QSize | baseSize () const const |
| void | setBaseSize (const QSize &) |
| void | setBaseSize (int basew, int baseh) |
| void | setFixedSize (const QSize &s) |
| void | setFixedSize (int w, int h) |
| void | setFixedWidth (int w) |
| void | setFixedHeight (int h) |
| QPoint | mapToGlobal (const QPoint &pos) const const |
| QPoint | mapFromGlobal (const QPoint &pos) const const |
| QPoint | mapToParent (const QPoint &pos) const const |
| QPoint | mapFromParent (const QPoint &pos) const const |
| QPoint | mapTo (const QWidget *parent, const QPoint &pos) const const |
| QPoint | mapFrom (const QWidget *parent, const QPoint &pos) const const |
| QWidget * | window () const const |
| QWidget * | nativeParentWidget () const const |
| QWidget * | topLevelWidget () const const |
| const QPalette & | palette () const const |
| void | setPalette (const QPalette &) |
| void | setBackgroundRole (QPalette::ColorRole role) |
| QPalette::ColorRole | backgroundRole () const const |
| void | setForegroundRole (QPalette::ColorRole role) |
| QPalette::ColorRole | foregroundRole () const const |
| const QFont & | font () const const |
| void | setFont (const QFont &) |
| QFontMetrics | fontMetrics () const const |
| QFontInfo | fontInfo () const const |
| QCursor | cursor () const const |
| void | setCursor (const QCursor &) |
| void | unsetCursor () |
| void | setMouseTracking (bool enable) |
| bool | hasMouseTracking () const const |
| bool | underMouse () const const |
| void | setTabletTracking (bool enable) |
| bool | hasTabletTracking () const const |
| void | setMask (const QBitmap &bitmap) |
| void | setMask (const QRegion ®ion) |
| QRegion | mask () const const |
| void | clearMask () |
| void | render (QPaintDevice *target, const QPoint &targetOffset, const QRegion &sourceRegion, QWidget::RenderFlags renderFlags) |
| void | render (QPainter *painter, const QPoint &targetOffset, const QRegion &sourceRegion, QWidget::RenderFlags renderFlags) |
| QPixmap | grab (const QRect &rectangle) |
| QGraphicsEffect * | graphicsEffect () const const |
| void | setGraphicsEffect (QGraphicsEffect *effect) |
| void | grabGesture (Qt::GestureType gesture, Qt::GestureFlags flags) |
| void | ungrabGesture (Qt::GestureType gesture) |
| void | setWindowTitle (const QString &) |
| void | setStyleSheet (const QString &styleSheet) |
| QString | styleSheet () const const |
| QString | windowTitle () const const |
| void | setWindowIcon (const QIcon &icon) |
| QIcon | windowIcon () const const |
| void | setWindowIconText (const QString &) |
| QString | windowIconText () const const |
| void | setWindowRole (const QString &role) |
| QString | windowRole () const const |
| void | setWindowFilePath (const QString &filePath) |
| QString | windowFilePath () const const |
| void | setWindowOpacity (qreal level) |
| qreal | windowOpacity () const const |
| bool | isWindowModified () const const |
| void | setToolTip (const QString &) |
| QString | toolTip () const const |
| void | setToolTipDuration (int msec) |
| int | toolTipDuration () const const |
| void | setStatusTip (const QString &) |
| QString | statusTip () const const |
| void | setWhatsThis (const QString &) |
| QString | whatsThis () const const |
| QString | accessibleName () const const |
| void | setAccessibleName (const QString &name) |
| QString | accessibleDescription () const const |
| void | setAccessibleDescription (const QString &description) |
| void | setLayoutDirection (Qt::LayoutDirection direction) |
| Qt::LayoutDirection | layoutDirection () const const |
| void | unsetLayoutDirection () |
| void | setLocale (const QLocale &locale) |
| QLocale | locale () const const |
| void | unsetLocale () |
| void | setFocus () |
| bool | isActiveWindow () const const |
| void | activateWindow () |
| void | clearFocus () |
| void | setFocus (Qt::FocusReason reason) |
| Qt::FocusPolicy | focusPolicy () const const |
| void | setFocusPolicy (Qt::FocusPolicy policy) |
| bool | hasFocus () const const |
| void | setFocusProxy (QWidget *w) |
| QWidget * | focusProxy () const const |
| Qt::ContextMenuPolicy | contextMenuPolicy () const const |
| void | setContextMenuPolicy (Qt::ContextMenuPolicy policy) |
| void | grabMouse () |
| void | grabMouse (const QCursor &cursor) |
| void | releaseMouse () |
| void | grabKeyboard () |
| void | releaseKeyboard () |
| int | grabShortcut (const QKeySequence &key, Qt::ShortcutContext context) |
| void | releaseShortcut (int id) |
| void | setShortcutEnabled (int id, bool enable) |
| void | setShortcutAutoRepeat (int id, bool enable) |
| bool | updatesEnabled () const const |
| void | setUpdatesEnabled (bool enable) |
| QGraphicsProxyWidget * | graphicsProxyWidget () const const |
| void | update () |
| void | repaint () |
| void | update (int x, int y, int w, int h) |
| void | update (const QRect &rect) |
| void | update (const QRegion &rgn) |
| void | repaint (int x, int y, int w, int h) |
| void | repaint (const QRect &rect) |
| void | repaint (const QRegion &rgn) |
| virtual void | setVisible (bool visible) |
| void | setHidden (bool hidden) |
| void | show () |
| void | hide () |
| void | showMinimized () |
| void | showMaximized () |
| void | showFullScreen () |
| void | showNormal () |
| bool | close () |
| void | raise () |
| void | lower () |
| void | stackUnder (QWidget *w) |
| void | move (int x, int y) |
| void | move (const QPoint &) |
| void | resize (int w, int h) |
| void | resize (const QSize &) |
| void | setGeometry (int x, int y, int w, int h) |
| void | setGeometry (const QRect &) |
| QByteArray | saveGeometry () const const |
| bool | restoreGeometry (const QByteArray &geometry) |
| void | adjustSize () |
| bool | isVisible () const const |
| bool | isVisibleTo (const QWidget *ancestor) const const |
| bool | isHidden () const const |
| bool | isMinimized () const const |
| bool | isMaximized () const const |
| bool | isFullScreen () const const |
| Qt::WindowStates | windowState () const const |
| void | setWindowState (Qt::WindowStates windowState) |
| QSizePolicy | sizePolicy () const const |
| void | setSizePolicy (QSizePolicy) |
| void | setSizePolicy (QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical) |
| virtual int | heightForWidth (int w) const const |
| virtual bool | hasHeightForWidth () const const |
| QRegion | visibleRegion () const const |
| void | setContentsMargins (int left, int top, int right, int bottom) |
| void | setContentsMargins (const QMargins &margins) |
| void | getContentsMargins (int *left, int *top, int *right, int *bottom) const const |
| QMargins | contentsMargins () const const |
| QRect | contentsRect () const const |
| QLayout * | layout () const const |
| void | setLayout (QLayout *layout) |
| void | updateGeometry () |
| void | setParent (QWidget *parent) |
| void | setParent (QWidget *parent, Qt::WindowFlags f) |
| void | scroll (int dx, int dy) |
| void | scroll (int dx, int dy, const QRect &r) |
| QWidget * | focusWidget () const const |
| QWidget * | nextInFocusChain () const const |
| QWidget * | previousInFocusChain () const const |
| bool | acceptDrops () const const |
| void | setAcceptDrops (bool on) |
| void | addAction (QAction *action) |
| void | addActions (QList< QAction * > actions) |
| void | insertActions (QAction *before, QList< QAction * > actions) |
| void | insertAction (QAction *before, QAction *action) |
| void | removeAction (QAction *action) |
| QList< QAction * > | actions () const const |
| QWidget * | parentWidget () const const |
| void | setWindowFlags (Qt::WindowFlags type) |
| Qt::WindowFlags | windowFlags () const const |
| void | setWindowFlag (Qt::WindowType flag, bool on) |
| void | overrideWindowFlags (Qt::WindowFlags flags) |
| Qt::WindowType | windowType () const const |
| QWidget * | childAt (int x, int y) const const |
| QWidget * | childAt (const QPoint &p) const const |
| void | setAttribute (Qt::WidgetAttribute attribute, bool on) |
| bool | testAttribute (Qt::WidgetAttribute attribute) const const |
| virtual QPaintEngine * | paintEngine () const const override |
| void | ensurePolished () const const |
| bool | isAncestorOf (const QWidget *child) const const |
| bool | hasEditFocus () const const |
| void | setEditFocus (bool enable) |
| bool | autoFillBackground () const const |
| void | setAutoFillBackground (bool enabled) |
| QBackingStore * | backingStore () const const |
| QWindow * | windowHandle () const const |
| QScreen * | screen () const const |
| void | windowTitleChanged (const QString &title) |
| void | windowIconChanged (const QIcon &icon) |
| void | windowIconTextChanged (const QString &iconText) |
| void | customContextMenuRequested (const QPoint &pos) |
| virtual QVariant | inputMethodQuery (Qt::InputMethodQuery query) const const |
| Qt::InputMethodHints | inputMethodHints () const const |
| void | setInputMethodHints (Qt::InputMethodHints hints) |
| QWIDGETSIZE_MAX QWIDGETSIZE_MAX | |
Public Member Functions inherited from QObject | |
| virtual const QMetaObject * | metaObject () const const |
| QObject (QObject *parent) | |
| virtual | ~QObject () |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| QString | objectName () const const |
| void | setObjectName (const QString &name) |
| bool | isWidgetType () const const |
| bool | isWindowType () const const |
| bool | signalsBlocked () const const |
| bool | blockSignals (bool block) |
| QThread * | thread () const const |
| void | moveToThread (QThread *targetThread) |
| int | startTimer (int interval, Qt::TimerType timerType) |
| int | startTimer (std::chrono::milliseconds time, Qt::TimerType timerType) |
| void | killTimer (int id) |
| T | findChild (const QString &name, Qt::FindChildOptions options) const const |
| QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const const |
| QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const const |
| QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const const |
| const QObjectList & | children () const const |
| void | setParent (QObject *parent) |
| void | installEventFilter (QObject *filterObj) |
| void | removeEventFilter (QObject *obj) |
| QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const |
| bool | disconnect (const char *signal, const QObject *receiver, const char *method) const const |
| bool | disconnect (const QObject *receiver, const char *method) const const |
| void | dumpObjectTree () |
| void | dumpObjectInfo () |
| void | dumpObjectTree () const const |
| void | dumpObjectInfo () const const |
| bool | setProperty (const char *name, const QVariant &value) |
| QVariant | property (const char *name) const const |
| QList< QByteArray > | dynamicPropertyNames () const const |
| void | destroyed (QObject *obj) |
| void | objectNameChanged (const QString &objectName) |
| QObject * | parent () const const |
| bool | inherits (const char *className) const const |
| void | deleteLater () |
| Q_DISABLE_COPY (Class) | |
| Q_DISABLE_MOVE (Class) | |
| Q_DISABLE_COPY_MOVE (Class) | |
| T | qobject_cast (QObject *object) |
| T | qobject_cast (const QObject *object) |
| T | qFindChild (const QObject *obj, const QString &name) |
| QList< T > | qFindChildren (const QObject *obj, const QString &name) |
| QList< T > | qFindChildren (const QObject *obj, const QRegExp ®Exp) |
| Q_CLASSINFO (Name, Value) | |
| Q_INTERFACES (...) | |
| Q_PROPERTY (...) | |
| Q_ENUMS (...) | |
| Q_FLAGS (...) | |
| Q_ENUM (...) | |
| Q_FLAG (...) | |
| Q_ENUM_NS (...) | |
| Q_FLAG_NS (...) | |
| Q_OBJECT Q_OBJECT | |
| Q_GADGET Q_GADGET | |
| Q_NAMESPACE Q_NAMESPACE | |
| Q_NAMESPACE_EXPORT (EXPORT_MACRO) | |
| Q_SIGNALS Q_SIGNALS | |
| Q_SIGNAL Q_SIGNAL | |
| Q_SLOTS Q_SLOTS | |
| Q_SLOT Q_SLOT | |
| Q_EMIT Q_EMIT | |
| Q_INVOKABLE Q_INVOKABLE | |
| Q_REVISION Q_REVISION | |
| Q_SET_OBJECT_NAME (Object) | |
| QT_NO_NARROWING_CONVERSIONS_IN_CONNECT QT_NO_NARROWING_CONVERSIONS_IN_CONNECT | |
Public Member Functions inherited from QPaintDevice | |
| virtual | ~QPaintDevice () |
| bool | paintingActive () const const |
| int | width () const const |
| int | height () const const |
| int | widthMM () const const |
| int | heightMM () const const |
| int | logicalDpiX () const const |
| int | logicalDpiY () const const |
| int | physicalDpiX () const const |
| int | physicalDpiY () const const |
| int | devicePixelRatio () const const |
| qreal | devicePixelRatioF () const const |
| int | colorCount () const const |
| int | depth () const const |
Protected Member Functions | |
| void | resizeEvent (QResizeEvent *event) override |
Protected Member Functions inherited from QSplitter | |
| virtual QSplitterHandle * | createHandle () |
| virtual void | childEvent (QChildEvent *c) override |
| virtual bool | event (QEvent *e) override |
| virtual void | changeEvent (QEvent *ev) override |
| void | moveSplitter (int pos, int index) |
| void | setRubberBand (int pos) |
| int | closestLegalPosition (int pos, int index) |
Protected Member Functions inherited from QFrame | |
| virtual void | paintEvent (QPaintEvent *) override |
| void | initStyleOption (QStyleOptionFrame *option) const const |
Protected Member Functions inherited from QWidget | |
| virtual void | mousePressEvent (QMouseEvent *event) |
| virtual void | mouseReleaseEvent (QMouseEvent *event) |
| virtual void | mouseDoubleClickEvent (QMouseEvent *event) |
| virtual void | mouseMoveEvent (QMouseEvent *event) |
| virtual void | wheelEvent (QWheelEvent *event) |
| virtual void | keyPressEvent (QKeyEvent *event) |
| virtual void | keyReleaseEvent (QKeyEvent *event) |
| virtual void | focusInEvent (QFocusEvent *event) |
| virtual void | focusOutEvent (QFocusEvent *event) |
| virtual void | enterEvent (QEvent *event) |
| virtual void | leaveEvent (QEvent *event) |
| virtual void | moveEvent (QMoveEvent *event) |
| virtual void | closeEvent (QCloseEvent *event) |
| virtual void | contextMenuEvent (QContextMenuEvent *event) |
| virtual void | tabletEvent (QTabletEvent *event) |
| virtual void | actionEvent (QActionEvent *event) |
| virtual void | dragEnterEvent (QDragEnterEvent *event) |
| virtual void | dragMoveEvent (QDragMoveEvent *event) |
| virtual void | dragLeaveEvent (QDragLeaveEvent *event) |
| virtual void | dropEvent (QDropEvent *event) |
| virtual void | showEvent (QShowEvent *event) |
| virtual void | hideEvent (QHideEvent *event) |
| virtual bool | nativeEvent (const QByteArray &eventType, void *message, long *result) |
| virtual int | metric (QPaintDevice::PaintDeviceMetric m) const const override |
| virtual void | initPainter (QPainter *painter) const const override |
| virtual void | inputMethodEvent (QInputMethodEvent *event) |
| void | updateMicroFocus () |
| void | create (WId window, bool initializeWindow, bool destroyOldWindow) |
| void | destroy (bool destroyWindow, bool destroySubWindows) |
| virtual bool | focusNextPrevChild (bool next) |
| bool | focusNextChild () |
| bool | focusPreviousChild () |
Protected Member Functions inherited from QObject | |
| QObject * | sender () const const |
| int | senderSignalIndex () const const |
| int | receivers (const char *signal) const const |
| bool | isSignalConnected (const QMetaMethod &signal) const const |
| virtual void | timerEvent (QTimerEvent *event) |
| virtual void | customEvent (QEvent *event) |
| virtual void | connectNotify (const QMetaMethod &signal) |
| virtual void | disconnectNotify (const QMetaMethod &signal) |
Protected Member Functions inherited from QPaintDevice | |
| QPaintDevice () | |
The widget that combines the waveform tree and the waveform canvas of one simulation.
Definition at line 54 of file wave_widget.h.
| hal::WaveWidget::WaveWidget | ( | NetlistSimulatorController * | ctrl, |
| QWidget * | parent = nullptr |
||
| ) |
Definition at line 34 of file wave_widget.cpp.
References QSplitter::addWidget(), hal::WaveDataList::booleanAdded(), QObject::connect(), hal::WaveGraphicsCanvas::cursorMoved(), QTreeView::expandAll(), hal::WaveTreeModel::forwardBeginResetModel(), hal::WaveTreeModel::forwardEndResetModel(), hal::gContentManager, hal::NetlistSimulatorController::get_waves(), hal::ContentManager::getSelectionDetailsWidget(), hal::WaveDataList::groupAboutToBeRemoved(), hal::WaveDataList::groupAdded(), hal::WaveDataList::groupRenamed(), hal::WaveDataList::groupUpdated(), hal::WaveTreeModel::handleBooleanAdded(), hal::WaveTreeModel::handleCursorMoved(), hal::WaveTreeModel::handleGroupAboutToBeRemoved(), hal::WaveTreeModel::handleGroupAdded(), hal::WaveTreeModel::handleGroupRenamed(), hal::WaveTreeModel::handleGroupUpdated(), hal::WaveTreeView::handleInserted(), hal::WaveformViewer::handleParseComplete(), hal::WaveGraphicsCanvas::handleTimeframeChanged(), hal::WaveTreeModel::handleTriggerAdded(), hal::WaveTreeModel::handleWaveAdded(), hal::WaveTreeModel::handleWaveAddedToGroup(), hal::WaveTreeModel::handleWaveRemovedFromGroup(), hal::WaveTreeModel::handleWaveRenamed(), hal::WaveGraphicsCanvas::handleWaveUpdated(), QTreeView::header(), hal::WaveTreeModel::inserted(), hal::NetlistSimulatorController::loadProgress(), log_info, hal::WaveTreeModel::numberEntriesChanged(), QObject::parent(), hal::NetlistSimulatorController::parseComplete(), Qt::QueuedConnection, hal::WaveTreeView::reorder(), hal::WaveTreeModel::restore(), QTreeView::setColumnWidth(), QTreeView::setModel(), QSplitter::setSizes(), QHeaderView::setStretchLastSection(), QAbstractSlider::setValue(), hal::WaveformViewer::showProgress(), hal::NetlistSimulatorController::stateChanged(), hal::WaveformViewer::testUndoEnable(), hal::WaveDataList::timeframeChanged(), hal::WaveDataList::triggerAdded(), hal::WaveDataList::triggerBeginResetModel(), hal::WaveDataList::triggerEndResetModel(), hal::SelectionDetailsWidget::triggerHighlight(), hal::WaveTreeModel::triggerReorder(), hal::WaveTreeView::triggerUpdateWaveItems(), hal::WaveGraphicsCanvas::undoStateChanged(), hal::WaveGraphicsCanvas::updateRequest(), QAbstractScrollArea::verticalScrollBar(), hal::WaveDataList::waveAdded(), hal::WaveDataList::waveAddedToGroup(), hal::WaveDataList::waveRemovedFromGroup(), hal::WaveDataList::waveRenamed(), and hal::WaveDataList::waveUpdated().
| hal::WaveWidget::~WaveWidget | ( | ) |
Definition at line 95 of file wave_widget.cpp.
References log_info.
| QMap< WaveSelectionEntry, int > hal::WaveWidget::addableEntries | ( | ) | const |
Definition at line 215 of file wave_widget.cpp.
References QList::at(), QSet::contains(), hal::WaveData::fileSize(), QString::fromStdString(), hal::SaleaeDirectory::get_net_list(), hal::WaveData::id(), QMap::insert(), QSet::insert(), hal::WaveData::name(), QString::size(), QList::size(), hal::WaveTreeModel::waveDataIndexSet(), and hal::WaveDataList::waveIndexByNetId().
Referenced by addResults(), and hal::PageLoadResults::initializePage().
| void hal::WaveWidget::addResults | ( | ) |
Definition at line 279 of file wave_widget.cpp.
References QDialog::Accepted, addableEntries(), addSelectedResults(), canImportWires(), QDialog::exec(), hal::WaveGraphicsCanvas::handleTimeframeChanged(), QMap::isEmpty(), hal::WaveSelectionDialog::selectedWaves(), and hal::WaveDataList::timeFrame().
| void hal::WaveWidget::addSelectedResults | ( | const QMap< WaveSelectionEntry, int > & | sel | ) |
Definition at line 251 of file wave_widget.cpp.
References hal::WaveDataList::add(), hal::WaveTreeModel::addWaves(), QVector::append(), QList::at(), QMap::constBegin(), QMap::constEnd(), hal::WaveData::loadSaleae(), QVector::reserve(), QList::size(), QMap::size(), and hal::WaveDataList::timeFrame().
Referenced by addResults(), and hal::PageLoadResults::validatePage().
| bool hal::WaveWidget::canImportWires | ( | ) | const |
Definition at line 142 of file wave_widget.cpp.
References hal::SaleaeDirectory::get_next_available_index(), hal::WaveItemHash::importedWires(), and QList::size().
Referenced by addResults(), hal::WaveformViewer::currentStateChanged(), and hal::WaveformViewer::handleParseComplete().
|
inline |
Definition at line 63 of file wave_widget.h.
| u32 hal::WaveWidget::controllerId | ( | ) | const |
Definition at line 115 of file wave_widget.cpp.
Referenced by hal::WaveformViewer::handleControllerAdded(), and hal::WaveformViewer::handleControllerRemoved().
| void hal::WaveWidget::createEngine | ( | const QString & | engineFactoryName | ) |
Definition at line 176 of file wave_widget.cpp.
References QString::toStdString().
|
inline |
Definition at line 78 of file wave_widget.h.
Referenced by hal::WaveformViewer::testUndoEnable().
| bool hal::WaveWidget::hasOwnership | ( | ) | const |
Definition at line 127 of file wave_widget.cpp.
| bool hal::WaveWidget::isEmpty | ( | ) | const |
Definition at line 137 of file wave_widget.cpp.
References QHash::isEmpty().
Referenced by hal::WaveformViewer::currentStateChanged().
|
inline |
Definition at line 61 of file wave_widget.h.
| void hal::WaveWidget::refreshNetNames | ( | ) |
Definition at line 100 of file wave_widget.cpp.
References QList::at(), QString::fromStdString(), hal::Net::get_name(), hal::Netlist::get_net_by_id(), hal::gNetlist, hal::WaveData::id(), hal::WaveData::name(), QList::size(), and hal::WaveDataList::updateWaveName().
| void hal::WaveWidget::removeGroup | ( | u32 | grpId | ) |
Definition at line 374 of file wave_widget.cpp.
References hal::WaveDataList::removeGroup().
|
overrideprotectedvirtual |
Reimplemented from QSplitter.
Definition at line 315 of file wave_widget.cpp.
References QSplitter::event(), QSplitter::resizeEvent(), and QSplitter::setSizes().
| void hal::WaveWidget::scrollToYpos | ( | int | ypos | ) |
Definition at line 357 of file wave_widget.cpp.
References QAbstractSlider::maximum, QAbstractSlider::setMaximum(), QAbstractSlider::setValue(), QAbstractSlider::value, and QAbstractScrollArea::verticalScrollBar().
Referenced by hal::WaveTreeView::scrollContentsBy().
| void hal::WaveWidget::setGates | ( | const std::vector< Gate * > & | gats | ) |
Definition at line 295 of file wave_widget.cpp.
References hal::NetlistSimulatorController::NoGatesSelected.
Referenced by hal::WaveformViewer::setGates().
| void hal::WaveWidget::setVisualizeNetState | ( | bool | state, |
| bool | activeTab | ||
| ) |
Definition at line 182 of file wave_widget.cpp.
References QObject::connect(), hal::Netlist::create_grouping(), hal::WaveGraphicsCanvas::cursorMoved(), hal::WaveTreeModel::cursorTime(), hal::WaveTreeModel::cursorXpos(), hal::Netlist::delete_grouping(), QObject::disconnect(), hal::gContentManager, hal::Grouping::get_id(), hal::ContentManager::getGroupingManagerWidget(), hal::GroupingManagerWidget::getModel(), hal::gNetlist, hal::GroupingTableModel::groupingByName(), hal::GroupingTableModel::recolorGrouping(), hal::NetlistSimulatorControllerPlugin::sSimulationSettings, state(), and hal::SimulationSettings::ValueX.
| NetlistSimulatorController::SimulationState hal::WaveWidget::state | ( | ) | const |
Definition at line 121 of file wave_widget.cpp.
References hal::NetlistSimulatorController::NoGatesSelected.
Referenced by hal::WaveformViewer::currentTabChanged(), setVisualizeNetState(), and hal::WaveformViewer::showProgress().
|
signal |
Referenced by hal::WaveformViewer::currentTabChanged().
| void hal::WaveWidget::takeOwnership | ( | std::unique_ptr< NetlistSimulatorController > & | ctrl | ) |
Definition at line 132 of file wave_widget.cpp.
| bool hal::WaveWidget::triggerClose | ( | ) |
Definition at line 153 of file wave_widget.cpp.
References QObject::deleteLater().