Merge branch 'lm_sla_supports_auto2'

This commit is contained in:
bubnikv 2019-02-20 10:58:34 +01:00
commit 464808ac49
32 changed files with 1644 additions and 791 deletions

View file

@ -49,10 +49,12 @@ public:
void end();
bool button(const wxString &label);
bool radio_button(const wxString &label, bool active);
bool input_double(const std::string &label, const double &value, const std::string &format = "%.3f");
bool input_vec3(const std::string &label, const Vec3d &value, float width, const std::string &format = "%.3f");
bool checkbox(const wxString &label, bool &value);
void text(const wxString &label);
bool combo(const wxString& label, const std::vector<wxString>& options, wxString& current_selection);
void disabled_begin(bool disabled);
void disabled_end();