#include <string>
Go to the source code of this file.
|
| mrpt::gui |
| Classes for creating GUI windows for 2D and 3D visualization.
|
|
|
void | mrpt::gui::show_mrpt_about_box_wxWidgets (void *parent_wx_window, const std::string &appName, const std::string &additionalInfo=std::string(), const bool showStandardInfo=true) |
| Shows the standard MRPT GUI "About Box" (wxWidgets version) More...
|
|
void | mrpt::gui::show_mrpt_about_box_Qt (const std::string &appName, const std::string &additionalInfo=std::string(), const bool showStandardInfo=true) |
|