gphoto2pp
A C++ Wrapper for libgphoto2
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
helper_widgets.cpp File Reference
Include dependency graph for helper_widgets.cpp:

Namespaces

namespace  gphoto2pp
namespace  gphoto2pp::helper

Functions

void gphoto2pp::helper::getWidgetSummary (NonValueWidget const &currentWidget, 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.

Detailed Description

Author
Copyright (c) 2013 maldworth https://github.com/maldworth
Note
This file is part of gphoto2pp
gphoto2pp is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
gphoto2pp is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with gphoto2pp. If not, see http://www.gnu.org/licenses