#include <avcap/Control_avcap.h>
Inheritance diagram for avcap::MenuControl:

These controls provide a list of items, the user can chose from.
Public Types | |
| typedef std::list< MenuItem * > | ItemList |
| Type of the item list. | |
Public Member Functions | |
| MenuControl () | |
| virtual | ~MenuControl () |
| virtual const ItemList & | getItemList ()=0 |
| Returns the STL-list of menu items associated with this control. | |
| typedef std::list<MenuItem*> avcap::MenuControl::ItemList |
Type of the item list.
| avcap::MenuControl::MenuControl | ( | ) | [inline] |
| virtual avcap::MenuControl::~MenuControl | ( | ) | [inline, virtual] |
| virtual const ItemList& avcap::MenuControl::getItemList | ( | ) | [pure virtual] |
Returns the STL-list of menu items associated with this control.
Implemented in avcap::V4L2_MenuControl.
1.5.1