#include <string>
#include <list>
#include "avcap-export.h"
#include "Interval.h"
Include dependency graph for Control_avcap.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | avcap |
Data Structures | |
class | avcap::Control |
Abstract Base class for all device controls. More... | |
class | avcap::IntegerControl |
Abstraction of an Integer-valued control. More... | |
class | avcap::BoolControl |
Abstraction of a boolean-like control. More... | |
class | avcap::ButtonControl |
Abstraction of a button-like control. More... | |
class | avcap::CtrlClassControl |
Abstraction of a control describing the class of the successive controls. More... | |
struct | avcap::MenuItem |
A menu item. More... | |
class | avcap::MenuControl |
Abstraction of a menu-like control. More... |