nngn
Loading...
Searching...
No Matches
nngn::Edit Class Referencefinal

#include <edit.h>

Inheritance diagram for nngn::Edit:
Collaboration diagram for nngn::Edit:

Signals

void updated (std::vector< std::byte > v) const
 

Public Member Functions

 Edit (void)
 

Private Member Functions

bool init_generator (void)
 
bool exec (void)
 
bool generate (void)
 

Private Attributes

QSpinBox * rate = nullptr
 
QPlainTextEdit * editor = nullptr
 
QPlainTextEdit * error = nullptr
 
QTabBar * tab_bar = nullptr
 
QMetaObject::Connection editor_con = {}
 
QMetaObject::Connection param_con = {}
 
Generator gen = {}
 
QList< QString > presets = {}
 

Constructor & Destructor Documentation

◆ Edit()

nngn::Edit::Edit ( void )
Here is the call graph for this function:

Member Function Documentation

◆ exec()

bool nngn::Edit::exec ( void )
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ generate()

bool nngn::Edit::generate ( void )
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ init_generator()

bool nngn::Edit::init_generator ( void )
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ updated

void nngn::Edit::updated ( std::vector< std::byte > v) const
signal
Here is the caller graph for this function:

Member Data Documentation

◆ editor

QPlainTextEdit* nngn::Edit::editor = nullptr
private

◆ editor_con

QMetaObject::Connection nngn::Edit::editor_con = {}
private

◆ error

QPlainTextEdit * nngn::Edit::error = nullptr
private

◆ gen

Generator nngn::Edit::gen = {}
private

◆ param_con

QMetaObject::Connection nngn::Edit::param_con = {}
private

◆ presets

QList<QString> nngn::Edit::presets = {}
private

◆ rate

QSpinBox* nngn::Edit::rate = nullptr
private

◆ tab_bar

QTabBar* nngn::Edit::tab_bar = nullptr
private

The documentation for this class was generated from the following files: