|
wiRedPanda
Logic Circuit Simulator
|
SignalDelegate: paints digital waveform graphics into table cells. More...
#include <QItemDelegate>Go to the source code of this file.
Classes | |
| class | SignalDelegate |
| Item delegate that draws digital waveform graphics inside table cells. More... | |
Enumerations | |
| enum class | PlotType { Number , Line } |
| Controls how signal cells are rendered in the waveform table. More... | |
| enum class | WaveSegment { Low , High , Rising , Falling } |
| Identifies which waveform segment a Line-mode cell draws. More... | |
SignalDelegate: paints digital waveform graphics into table cells.
Definition in file SignalDelegate.h.
|
strong |
Controls how signal cells are rendered in the waveform table.
| Enumerator | |
|---|---|
| Number | Cells display the numeric value (0/1). |
| Line | Cells display a waveform-style rising/falling edge graphic. |
Definition at line 15 of file SignalDelegate.h.
|
strong |
Identifies which waveform segment a Line-mode cell draws.
Definition at line 21 of file SignalDelegate.h.