| CStepEngineCore< StepType >::AdvanceResult | Result of advance(): tells the owning engine what to emit next |
| CArduinoBoardConfig | Describes an Arduino board's available GPIO pins |
| CArduinoCodeGen | Generates an Arduino sketch from a flattened list of circuit elements |
| CBaseHandler | Abstract base class for MCP command handlers |
| CConnectionHandler | Handler for connection operation commands (connect, disconnect, list, split) |
| CElementHandler | Handler for element operation commands (create, delete, modify, transform, etc.) |
| CFileHandler | Handler for file operation commands (load, save, export, etc.) |
| CHistoryHandler | Handler for undo/redo commands |
| CICHandler | Handler for IC (Integrated Circuit) commands |
| CServerInfoHandler | Handler for server information commands |
| CSimulationHandler | Handler for simulation operation commands (control, waveform generation/export) |
| CThemeHandler | Handler for theme management commands |
| CBewavedDolphinUi | Hand-written UI descriptor for the BeWavedDolphin main window |
| CSignalModel::BulkEditGuard | |
| CClipboardManager | Manages clipboard operations (copy/cut/paste) and clone-drag for the circuit scene |
| CClockDialogUi | |
| CComment | Controls the verbosity level of diagnostic logging categories |
| CUpdateBlobCommand::ConnectionInfo | |
| CConnectionManager | Manages interactive wire creation, deletion, validation and hover feedback |
| CConnectionSerializer | Serializes a Connection to/from a versioned QDataStream |
| CContextDirProvider | Narrow interface exposing a scene's context directory |
| CScene | Main circuit editing scene |
| CDolphinHost | Interface the host application (MainWindow) provides to BewavedDolphin |
| CMainWindow | The top-level application window hosting the tab bar, menus, element palette, and editor |
| CDolphinZoom | Owns the waveform table's zoom state and the math that maps it to view metrics |
| CDragDropPayload | Decoded contents of a wiRedPanda drag-and-drop MIME payload |
| CElementAppearance | Owns the visual appearance of a GraphicElement: the displayed pixmap, its SVG renderer, the default/alternative appearance lists, and the selection-highlight colors |
| CElementConstraints | Compile-time-validatable subset of ElementMetadata |
| CElementEditorUi | |
| CElementInfo< T > | Self-registering element information trait |
| CElementInfo< And > | |
| CElementInfo< AudioBox > | |
| CElementInfo< Buzzer > | |
| CElementInfo< Clock > | |
| CElementInfo< Demux > | |
| CElementInfo< DFlipFlop > | |
| CElementInfo< Display14 > | |
| CElementInfo< Display16 > | |
| CElementInfo< Display7 > | |
| CElementInfo< DLatch > | |
| CElementInfo< IC > | |
| CElementInfo< InputButton > | |
| CElementInfo< InputGnd > | |
| CElementInfo< InputRotary > | |
| CElementInfo< InputSwitch > | |
| CElementInfo< InputVcc > | |
| CElementInfo< JKFlipFlop > | |
| CElementInfo< Led > | |
| CElementInfo< Line > | |
| CElementInfo< Mux > | |
| CElementInfo< Nand > | |
| CElementInfo< Node > | |
| CElementInfo< Nor > | |
| CElementInfo< Not > | |
| CElementInfo< Or > | |
| CElementInfo< SRFlipFlop > | |
| CElementInfo< SRLatch > | |
| CElementInfo< Text > | |
| CElementInfo< TFlipFlop > | |
| CElementInfo< TruthTable > | |
| CElementInfo< Xnor > | |
| CElementInfo< Xor > | |
| CElementMetadata | Compile-time-registered properties for one element type |
| CElementMetadataRegistry | Global registry of ElementMetadata, one entry per ElementType |
| CElementOrientation | Owns the rotation angle and flip flags of a GraphicElement, and the transform math that applies them to the item and its ports |
| CElementPorts | Owns the input and output Port vectors of a GraphicElement and the primitives that create, resize and trim them |
| CElementSimState | Owns a GraphicElement's simulation runtime state, decoupled from its graphics |
| CEnums | Preferred way to indicate the element types and groups (input, output, etc) |
| CExceptionInfo | Value-captured exception details safe to forward across an event-loop boundary |
| CExerciseConnectionRequirement | |
| CExerciseElementRequirement | |
| CExerciseStep | |
| CExerciseTourResourceEntry | |
| CExerciseTourResources | Static utility for discovering Exercise/Tour content and translating its text |
| CFileDialogProvider | |
| CRealFileDialogProvider | Production implementation that delegates to QFileDialog |
| CFileDialogResult | Result from a save file dialog operation |
| CGraphicElementSerializer | Serializes a GraphicElement to/from a versioned QDataStream |
| CICLoader | Loads an IC's sub-circuit (from file or embedded blob), migrates old-format files, and builds the resulting boundary port lists |
| CICModuleInfo | Metadata for a single IC module during SystemVerilog hierarchical generation |
| CICRenderer | Renders an IC's DIP-package body and builds its sizing/preview pixmaps |
| CICSimulation | Builds and drives an IC's internal simulation graph |
| CInlineLabelEditor | Hosts a temporary QLineEdit directly on the canvas to rename an element's label in place, in response to GraphicElement::inlineEditRequested() |
| CElementSimState::InputConnection | A single simulation-graph edge: which element/output port feeds one input slot |
| CInstallRelativePaths | Static utility resolving where a named content folder (e.g. "Examples", "Exercises", "Tours") lives relative to the running application's install location |
| CItemWithId | Base class providing a unique integer identifier for circuit items |
| CConnection | A bezier-curve wire connecting an output port to an input port in the scene |
| CGraphicElement | Abstract base class for all graphical circuit elements in wiRedPanda |
| CAnd | Graphical representation of an AND gate (2–8 inputs, 1 output) |
| CAudioOutputElement | Abstract base for single-input audio output elements |
| CAudioBox | Audio output element that streams an external audio file when its input is logic-1 |
| CBuzzer | |
| CDFlipFlop | Graphical representation of an edge-triggered D flip-flop |
| CDLatch | Graphical representation of a level-sensitive D latch |
| CDemux | Graphical representation of a demultiplexer (1-to-2^N) |
| CDisplay14 | 14-segment LED display output element (14 segments + decimal point = 15 inputs) |
| CDisplay16 | 16-segment LED display output element (16 segments + decimal point = 17 inputs) |
| CDisplay7 | 7-segment LED display output element (7 segments + decimal point = 8 inputs) |
| CGraphicElementInput | Abstract base for all interactive input elements (switches, buttons, clocks, etc.) |
| CClock | Event-driven real-time clock input element |
| CInputButton | Momentary push-button input element that is active only while pressed |
| CInputRotary | Rotary switch input that activates one output port at a time |
| CInputSwitch | Toggle switch input element that maintains its on/off state between clicks |
| CIC | Graphic element representing an Integrated Circuit (sub-circuit) box |
| CInputGnd | Static GND element that always drives logic-0 on its output |
| CInputVcc | Static VCC element that always drives logic-1 on its output |
| CJKFlipFlop | Graphical representation of an edge-triggered JK flip-flop |
| CLed | LED output element that lights up when its input is logic-1 |
| CLine | Decorative line element used for annotating circuit diagrams |
| CMux | Graphical representation of a multiplexer (2^N-to-1) |
| CNand | Graphical representation of a NAND gate (2–8 inputs, 1 output) |
| CNode | Visible wire junction (T-junction) element with 1 input and 1 output |
| CNor | Graphical representation of a NOR gate (2–8 inputs, 1 output) |
| CNot | Graphical representation of a NOT gate (1 input, 1 output) |
| COr | Graphical representation of an OR gate (2–8 inputs, 1 output) |
| CSRFlipFlop | Graphical representation of an edge-triggered SR flip-flop |
| CSRLatch | Graphical representation of a level-sensitive SR latch |
| CTFlipFlop | Graphical representation of an edge-triggered T (toggle) flip-flop |
| CText | Free-text annotation element used for labelling circuit diagrams |
| CTruthTable | Programmable truth-table element with configurable inputs and outputs |
| CXnor | Graphical representation of an XNOR gate (2–8 inputs, 1 output) |
| CXor | Graphical representation of an XOR gate (2–8 inputs, 1 output) |
| CLengthDialogUi | |
| CMainWindowHost | Interface MainWindow provides to its extracted controllers (export, IC, …) |
| CMainWindow | The top-level application window hosting the tab bar, menus, element palette, and editor |
| CMainWindowUi | |
| CMappedPin | Associates a circuit port with its generated Arduino variable name and physical pin |
| CMappedPinSystemVerilog | Maps a circuit port to its generated SystemVerilog signal name and module port |
| CMCPValidator | JSON Schema validator for MCP commands and responses using native json-schema-validator |
| CStepEngineCore< StepType >::Persistence | The four Settings::* functions each engine persists progress/completion through |
| CIC::PortMetadata | Port count and label metadata extracted from Input/Output elements |
| CSerialization::Preamble | Result of reading a .panda file preamble (header + dolphin + rect + metadata) |
| CPropertyDescriptor | Describes one editable property that a GraphicElement exposes in the ElementEditor |
| CPropertyShortcutHandler | Dispatches keyboard shortcuts that cycle element properties and types |
| CQApplication | |
| CApplication | Custom QApplication that wraps event dispatch with exception handling |
| CQDialog | |
| CClockDialog | Modal dialog for selecting the period of a beWavedDolphin clock wave |
| CLengthDialog | Modal dialog for setting the BeWavedDolphin simulation length (number of time steps) |
| CQFrame | |
| CElementLabel | Icon and name widget shown in the left-panel element palette |
| CQGraphicsObject | |
| CGraphicElement | Abstract base class for all graphical circuit elements in wiRedPanda |
| CPortHoverLabel | A small floating label drawn next to a port while a connected port is hovered |
| CQGraphicsPathItem | |
| CConnection | A bezier-curve wire connecting an output port to an input port in the scene |
| CPort | Abstract base class for circuit element ports (connection endpoints) |
| CInputPort | A port that receives a signal (the destination end of a wire) |
| COutputPort | A port that drives a signal (the source end of a wire) |
| CQGraphicsScene | |
| CScene | Main circuit editing scene |
| CQGraphicsView | |
| CGraphicsView | Extended QGraphicsView with enhanced navigation capabilities |
| CQIODevice | |
| CToneGenerator | |
| CQItemDelegate | |
| CSignalDelegate | Item delegate that draws digital waveform graphics inside table cells |
| CQMainWindow | |
| CBewavedDolphin | Waveform editor main window for creating and analyzing digital signal sequences |
| CMainWindow | The top-level application window hosting the tab bar, menus, element palette, and editor |
| CQObject | |
| CElementFactory | Factory for circuit elements |
| CElementPalette | Controller for the left-panel element palette, IC list, and search tab |
| CElementTabNavigator | Event filter that cycles scene element selection on Tab / Shift+Tab |
| CExerciseEngine | |
| CExportController | Owns the circuit-export workflow: Arduino / SystemVerilog code, PDF / PNG images, and beWavedDolphin waveform output |
| CICController | Owns the IC management workflow: importing file-based ICs into the project directory, embedding/extracting blobs, and making a circuit self-contained |
| CICRegistry | Manages IC definitions, file watching, and embedded blob storage |
| CLanguageManager | Owns the application QTranslator instances and provides language metadata |
| CMCPProcessor | Model Context Protocol processor for wiRedPanda |
| CRecentFiles | Manages the list of recently opened .panda files |
| CSceneUiBinder | Binds and unbinds the active WorkSpace's scene to the single-instance editor chrome (element editor, Edit-menu undo/redo, scene-property shortcuts, and the zoom/mute/play action state) |
| CSimulation | Manages the digital circuit simulation loop |
| CThemeManager | Singleton class for managing application themes |
| CTourEngine | |
| CUpdateChecker | Asynchronously queries the GitHub Releases API and emits a signal when a newer version is available |
| CUpdateController | Owns the update-check lifecycle: querying for a newer release and presenting the resulting notification / download dialogs |
| CWorkspaceManager | Owns the document/tab model: the current tab, tab creation/closing/switching, and the file open/save/reload/autosave workflow |
| CQPushButton | |
| CTrashButton | Push-button that accepts IC file drag-and-drop to trigger IC removal |
| CQSlider | |
| CLabeledSlider | QSlider that draws numeric value labels beneath each tick mark |
| CQStandardItemModel | |
| CSignalModel | QStandardItemModel subclass that makes all cells non-editable |
| CQUndoCommand | |
| CAddItemsCommand | Undo command that adds a list of graphic elements to the scene |
| CDeleteItemsCommand | Undo command that removes a list of items from the scene |
| CElementsCommand | Intermediate base for commands that operate on a fixed list of GraphicElements |
| CChangePortSizeCommand | Undo command that changes the number of input or output ports on selected elements |
| CFlipCommand | Undo command that flips a selection of elements along a horizontal or vertical axis |
| CMorphCommand | Undo command that changes the type of selected elements while preserving connections |
| CMoveCommand | Undo command that records a drag-move of a set of elements |
| CRotateCommand | Undo command that rotates a list of elements by a fixed angle |
| CUpdateBlobCommand | Undo command for embedded IC blob changes that may alter port counts |
| CUpdateCommand | Undo command for property changes (label, color, frequency, appearance, etc.) |
| CRegisterBlobCommand | Undo command that registers/unregisters a blob in the IC registry |
| CRemoveBlobCommand | Undo command that removes/restores a blob in the IC registry |
| CRenameBlobCommand | Undo command that renames a blob in the IC registry |
| CSetCellsCommand | Generic undo command for any DolphinEdits mutation (Set 0/1, Invert, Clear, clock/combinational fill, and the value-filling half of a length increase) |
| CSplitCommand | Undo command that inserts a Node junction into an existing connection |
| CToggleTruthTableOutputCommand | Undo command that toggles one output bit in a TruthTable element |
| CQWidget | |
| CElementEditor | Widget for inspecting and editing the properties of selected circuit elements |
| CExerciseOverlay | Semi-transparent overlay displayed at the bottom of the canvas during a circuit exercise |
| CICDropZone | Drop zone widget that accepts opposite-type IC label drops |
| CICPreviewPopup | Frameless tooltip-like widget showing a rendered preview of an IC's sub-circuit |
| CMinimapWidget | |
| CTourOverlay | |
| CWorkSpace | A widget containing a complete circuit editing environment |
| Cstd::runtime_error | |
| CPandaception | Exception type for user-facing circuit errors |
| CSceneDropHandler | Decodes wiRedPanda drag-and-drop payloads (new element from the palette, and clone-drag of an existing selection) and commits them to the owning Scene |
| CSceneInteraction | Owns the interactive editing state of a Scene — element dragging, the rubber-band selection rectangle, and the last cursor position — and implements the press/move/release/double-click gestures |
| CSceneItemRegistry | Owns the id↔item bookkeeping for a Scene: the id-to-item map and the monotonically increasing last-assigned id |
| CSelectionCapabilities | Computed capabilities and consensus state of the current element selection |
| CSerialization | Static utility class for reading and writing circuit and waveform files |
| CSerializationContext | Bundles all per-deserialization state so that load() overrides receive it through one explicit parameter instead of several globals |
| CSerializationOptions | Options passed to GraphicElement::save() (and friends); the save-side counterpart of SerializationContext, kept separate since save() needs none of that struct's load-only fields (portMap, version, ...) |
| CSettings | Static utility class for managing the application settings |
| CBewavedDolphin::Signal | A labelled waveform signal: a row label and its per-column 0/1 values |
| CDolphinModelBuilder::Signals | The input/output elements (label-sorted) and the row labels for a waveform table |
| CSimulationBlocker | RAII guard that stops the simulation on construction and restarts it on destruction |
| CSimulationHost | Narrow interface letting Simulation reach its host scene without naming the concrete Scene class |
| CScene | Main circuit editing scene |
| CSimulationThrottleDisabler | RAII guard that disables the visual refresh throttle for the duration of its scope |
| CSimulation::SortResult | Result of topological sort with feedback detection |
| CStepEngineCore< StepType > | Owns the id/title/step-list/progress state machine shared by ExerciseEngine and TourEngine, and the JSON resource-loading logic that builds it |
| CSystemVerilogCodeGen | Generates a synthesisable SystemVerilog module from a circuit's element graph |
| CArduinoCodeGen::TestVector | Describes a single test vector for testbench generation |
| CThemeAttributes | Contains all color attributes for a theme |
| CTourStep | |
| CValidationResult | Result of JSON schema validation |
| CVisibilityManager | Controls the visibility of gates, wires, and port handles in the circuit scene |
| CDolphinSerializer::WaveformData | Raw waveform data returned by the load functions |
| CWaveformSimulator | Drives the circuit simulation across the waveform's time columns |
| CBewavedDolphin::WaveformSnapshot | A read-only snapshot of the computed waveform, for automation/export consumers |