![]() |
0.4.1
|
Widget to modify time point values. More...
Go to the source code of this file.
Data Structures | |
struct | NAV::gui::widgets::TimeEditFormat |
Time Edit format and system. More... | |
Namespaces | |
namespace | NAV |
namespace | NAV::gui |
namespace | NAV::gui::widgets |
Functions | |
void | NAV::gui::widgets::from_json (const json &j, TimeEditFormat &timeEditFormat) |
Converts the provided json object. | |
bool | NAV::gui::widgets::TimeEdit (const char *str_id, InsTime &insTime, TimeEditFormat &timeEditFormat, float itemWidth=170.0F) |
Inputs to edit an InsTime object. | |
void | NAV::gui::widgets::to_json (json &j, const TimeEditFormat &timeEditFormat) |
Converts the provided Object into a json object. | |
const char * | NAV::to_string (gui::widgets::TimeEditFormat::Format timeEditFormat) |
Converts the enum to a string. | |