|
gphoto2pp
A C++ Wrapper for libgphoto2
|
#include <string>#include <vector>

Go to the source code of this file.
Namespaces | |
| namespace | gphoto2pp |
| namespace | gphoto2pp::helper |
Functions | |
| std::vector< std::string > | gphoto2pp::helper::getAllWidgetsNames (NonValueWidget const &parentWidget, bool showFullName=false) |
| Traverses the widget tree (depth first pre-order) and returns all widgets. | |
| std::vector< std::string > | gphoto2pp::helper::getAllWidgetsNamesOfType (NonValueWidget const &parentWidget, CameraWidgetTypeWrapper const &filterByWidgetType, bool showFullName=false) |
| Traverses the widget tree (depth first pre-order) and returns all widgets matching the provided type. | |