Functions |
void | gphoto2pp::helper::getWidgetSummary (NonValueWidget const ¤tWidget, std::string const &parentWidgetPath, std::vector< std::string > &allWidgetNames, bool showFullName, bool onlySpecificWidgetType, CameraWidgetTypeWrapper const &filterByWidgetType) |
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.
|