Argus Camera Sample
Argus Camera Sample
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros
AppModuleCapture.cpp File Reference
#include "AppModuleCapture.h"
#include <stdlib.h>
#include "Dispatcher.h"
#include "Error.h"
#include "Options.h"
#include "tasks/StillCapture.h"
#include "ScopedGuard.h"

Go to the source code of this file.

Namespaces

namespace  ArgusSamples

Macros

#define CREATE_GUI_ELEMENT_COMBO_BOX(_NAME, _VALUE, _FROMTYPE, _TOTYPE)

Macro Definition Documentation

#define CREATE_GUI_ELEMENT_COMBO_BOX (   _NAME,
  _VALUE,
  _FROMTYPE,
  _TOTYPE 
)
Value:
assert(sizeof(_FROMTYPE) == sizeof(_TOTYPE)); \
PROPAGATE_ERROR(Window::IGuiElement::createValue(reinterpret_cast< \
Value<_TOTYPE>*>(&dispatcher._VALUE), &element)); \
PROPAGATE_ERROR(buildHelper.append(_NAME, element.get())); \
element.release();