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
 
void updated (std::vector< std::byte > v) const
 

Public Member Functions

 Edit (void)
 
 Edit (void)
 

Private Member Functions

bool init_generator (void)
 
bool exec (void)
 
bool generate (void)
 
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() [1/2]

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

◆ Edit() [2/2]

nngn::Edit::Edit ( void  )

Member Function Documentation

◆ exec() [1/2]

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

◆ exec() [2/2]

bool nngn::Edit::exec ( void  )
private

◆ generate() [1/2]

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

◆ generate() [2/2]

bool nngn::Edit::generate ( void  )
private

◆ init_generator() [1/2]

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

◆ init_generator() [2/2]

bool nngn::Edit::init_generator ( void  )
private

◆ updated [1/2]

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

◆ updated [2/2]

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

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: