nngn
Loading...
Searching...
No Matches
anonymous_namespace{window.cpp} Namespace Reference

Functions

int min_height (QPlainTextEdit *e)
 
bool read_title (std::string_view *s, std::string_view *title)
 
bool read_int_value (std::string_view *s, int *p)
 
bool read_bool_values (std::string_view *text, int *value, std::string_view *title)
 
bool read_int_values (std::string_view *text, int *min, int *max, int *value, std::string_view *title)
 
bool read_float_values (std::string_view *text, int *min, int *max, int *value, int *div, std::string_view *title)
 
void connect_text (Window *w, QLineEdit *e, QPlainTextEdit *t)
 
void connect_int (Window *w, IntWidget *i, QPlainTextEdit *t)
 
void connect_float (Window *w, FloatWidget *i, QPlainTextEdit *t)
 
void connect_bool (Window *w, QCheckBox *i, QPlainTextEdit *t)
 
QPlainTextEdit * add_common (Window *w, QLayoutItem *i, std::string_view title, std::string_view text)
 
bool add_generic_widget (Window *w, std::string_view text)
 
bool add_text_widget (Window *w, std::string_view text)
 
bool add_int_widget (Window *w, std::string_view text)
 
bool add_float_widget (Window *w, std::string_view text)
 
bool add_bool_widget (Window *w, std::string_view text)
 
void append_point (QtCharts::QLineSeries *series, int max, qreal x, qreal y)
 
auto series_min_max (const QtCharts::QLineSeries &s)
 
auto separate_equals (qreal min, qreal max)
 
void adjust_range (QtCharts::QLineSeries *s, qreal x_max)
 

Function Documentation

◆ add_bool_widget()

bool anonymous_namespace{window.cpp}::add_bool_widget ( Window w,
std::string_view  text 
)
Here is the call graph for this function:

◆ add_common()

QPlainTextEdit * anonymous_namespace{window.cpp}::add_common ( Window w,
QLayoutItem *  i,
std::string_view  title,
std::string_view  text 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ add_float_widget()

bool anonymous_namespace{window.cpp}::add_float_widget ( Window w,
std::string_view  text 
)
Here is the call graph for this function:

◆ add_generic_widget()

bool anonymous_namespace{window.cpp}::add_generic_widget ( Window w,
std::string_view  text 
)
Here is the call graph for this function:

◆ add_int_widget()

bool anonymous_namespace{window.cpp}::add_int_widget ( Window w,
std::string_view  text 
)
Here is the call graph for this function:

◆ add_text_widget()

bool anonymous_namespace{window.cpp}::add_text_widget ( Window w,
std::string_view  text 
)
Here is the call graph for this function:

◆ adjust_range()

void anonymous_namespace{window.cpp}::adjust_range ( QtCharts::QLineSeries *  s,
qreal  x_max 
)
Here is the call graph for this function:

◆ append_point()

void anonymous_namespace{window.cpp}::append_point ( QtCharts::QLineSeries *  series,
int  max,
qreal  x,
qreal  y 
)

◆ connect_bool()

void anonymous_namespace{window.cpp}::connect_bool ( Window w,
QCheckBox *  i,
QPlainTextEdit *  t 
)
Here is the caller graph for this function:

◆ connect_float()

void anonymous_namespace{window.cpp}::connect_float ( Window w,
FloatWidget i,
QPlainTextEdit *  t 
)
Here is the caller graph for this function:

◆ connect_int()

void anonymous_namespace{window.cpp}::connect_int ( Window w,
IntWidget i,
QPlainTextEdit *  t 
)
Here is the caller graph for this function:

◆ connect_text()

void anonymous_namespace{window.cpp}::connect_text ( Window w,
QLineEdit *  e,
QPlainTextEdit *  t 
)
Here is the caller graph for this function:

◆ min_height()

int anonymous_namespace{window.cpp}::min_height ( QPlainTextEdit *  e)
Here is the caller graph for this function:

◆ read_bool_values()

bool anonymous_namespace{window.cpp}::read_bool_values ( std::string_view *  text,
int value,
std::string_view *  title 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ read_float_values()

bool anonymous_namespace{window.cpp}::read_float_values ( std::string_view *  text,
int min,
int max,
int value,
int div,
std::string_view *  title 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ read_int_value()

bool anonymous_namespace{window.cpp}::read_int_value ( std::string_view *  s,
int p 
)
Here is the caller graph for this function:

◆ read_int_values()

bool anonymous_namespace{window.cpp}::read_int_values ( std::string_view *  text,
int min,
int max,
int value,
std::string_view *  title 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ read_title()

bool anonymous_namespace{window.cpp}::read_title ( std::string_view *  s,
std::string_view *  title 
)
Here is the caller graph for this function:

◆ separate_equals()

auto anonymous_namespace{window.cpp}::separate_equals ( qreal  min,
qreal  max 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ series_min_max()

auto anonymous_namespace{window.cpp}::series_min_max ( const QtCharts::QLineSeries &  s)
Here is the call graph for this function:
Here is the caller graph for this function: