wiRedPanda
Logic Circuit Simulator
Loading...
Searching...
No Matches
ElementEditor.cpp File Reference
#include "App/UI/ElementEditor.h"
#include <cmath>
#include <QDebug>
#include <QDir>
#include <QFile>
#include <QIcon>
#include <QImageReader>
#include <QMessageBox>
#include <QSize>
#include <QToolButton>
#include "App/Core/Common.h"
#include "App/Core/SentryHelpers.h"
#include "App/Core/ThemeManager.h"
#include "App/Element/ElementFactory.h"
#include "App/Element/GraphicElements/AudioBox.h"
#include "App/Element/GraphicElements/InputRotary.h"
#include "App/Element/GraphicElements/Node.h"
#include "App/Element/GraphicElements/TruthTable.h"
#include "App/Element/IC.h"
#include "App/IO/Serialization.h"
#include "App/IO/SerializationContext.h"
#include "App/Scene/Commands.h"
#include "App/Scene/ICRegistry.h"
#include "App/Scene/Scene.h"
#include "App/UI/ElementContextMenu.h"
#include "App/UI/ElementEditorUI.h"
#include "App/UI/ElementTabNavigator.h"
#include "App/UI/FileDialogProvider.h"
#include "App/UI/LabeledSlider.h"
#include "App/UI/SelectionCapabilities.h"
#include "App/Wiring/Connection.h"
Include dependency graph for ElementEditor.cpp:

Go to the source code of this file.

Functions

static bool prepareCombo (QComboBox *cb, bool hasFeature, bool hasSame, const QString &many)
static void setSection (bool show, QWidget *label, QWidget *widget)

Function Documentation

◆ prepareCombo()

bool prepareCombo ( QComboBox * cb,
bool hasFeature,
bool hasSame,
const QString & many )
static

Definition at line 116 of file ElementEditor.cpp.

◆ setSection()

void setSection ( bool show,
QWidget * label,
QWidget * widget )
static

Definition at line 105 of file ElementEditor.cpp.