ngscopeclient v0.3
Loading...
Searching...
No Matches
Macros | Functions
Dialog.cpp File Reference

Implementation of Dialog. More...

#include "ngscopeclient.h"
#include "Dialog.h"
#include "MainWindow.h"
#include "PreferenceTypes.h"
Include dependency graph for Dialog.cpp:

Macros

#define CARRIAGE_RETURN_CHAR   "⏎"
 
#define DEFAULT_APPLY_BUTTON_COLOR   "#4CCC4C"
 
#define UNIT_SCALE   0.80f
 
#define DIGIT_WIDTH_RATIO   0.50f
 
#define UNIT_OVERLOAD_LABEL   "Overload"
 

Functions

template bool Dialog::renderEditableProperty< std::string > (float width, const std::string &label, std::string &currentValue, std::string &committedValue, Unit unit, const char *tooltip, std::optional< ImVec4 > optcolor, bool allow7SegmentDisplay, bool explicitApply)
 
template bool Dialog::renderEditablePropertyWithExplicitApply< std::string > (float width, const std::string &label, std::string &currentValue, std::string &committedValue, Unit unit, const char *tooltip, std::optional< ImVec4 > optcolor, bool allow7SegmentDisplay)
 

Detailed Description

Implementation of Dialog.

Author
Andrew D. Zonenberg