Skip to content

File config_editor.cpp

FileList > gui > config_editor.cpp

Go to the source code of this file

  • #include "config_editor.hpp"
  • #include <qdebug.h>
  • #include <QColorDialog>
  • #include <QDoubleValidator>
  • #include <QFileDialog>
  • #include <QIntValidator>
  • #include <QListWidget>
  • #include <QPainter>
  • #include <QPushButton>
  • #include <QSpinBox>
  • #include <QTableWidget>
  • #include <filesystem>
  • #include "assert/assert.hpp"
  • #include "config_input/config_input.hpp"
  • #include "printing/to_string.hpp"
  • #include "ui_config_editor.h"

Classes

Type Name
class ParentFolderExistsValidator

Public Functions

Type Name
bool color_equals (const ColorVariant & v1, const ColorVariant & v2)
QIcon create_color_icon (const ColorVariant & color)
QString get_color_name (const ColorVariant & color)
bool validated (T * box)

Public Functions Documentation

function color_equals

bool color_equals (
    const ColorVariant & v1,
    const ColorVariant & v2
) 

function create_color_icon

QIcon create_color_icon (
    const ColorVariant & color
) 

function get_color_name

QString get_color_name (
    const ColorVariant & color
) 

function validated

template<typename T>
bool validated (
    T * box
) 


The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/gui/config_editor.cpp