The gallery app module adds functionality to review images and videos.
More...
#include <AppModuleGallery.h>
List of all members.
Static Public Member Functions |
|
static bool | prevItem (void *userPtr, const char *optArg) |
static bool | nextItem (void *userPtr, const char *optArg) |
static bool | togglePlayBack (void *userPtr, const char *optArg) |
static bool | rewind (void *userPtr, const char *optArg) |
Private Member Functions |
|
virtual bool | onKey (const Key &key) |
Detailed Description
The gallery app module adds functionality to review images and videos.
Definition at line 41 of file AppModuleGallery.h.
Constructor & Destructor Documentation
ArgusSamples::AppModuleGallery::AppModuleGallery |
( |
| ) |
|
ArgusSamples::AppModuleGallery::~AppModuleGallery |
( |
| ) |
|
|
virtual |
Member Function Documentation
bool ArgusSamples::AppModuleGallery::initialize |
( |
Options & |
options | ) |
|
|
virtual |
bool ArgusSamples::AppModuleGallery::nextItem |
( |
void * |
userPtr, |
|
|
const char * |
optArg |
|
) |
| |
|
static |
bool ArgusSamples::AppModuleGallery::onKey |
( |
const Key & |
key | ) |
|
|
privatevirtual |
bool ArgusSamples::AppModuleGallery::prevItem |
( |
void * |
userPtr, |
|
|
const char * |
optArg |
|
) |
| |
|
static |
bool ArgusSamples::AppModuleGallery::rewind |
( |
void * |
userPtr, |
|
|
const char * |
optArg |
|
) |
| |
|
static |
bool ArgusSamples::AppModuleGallery::shutdown |
( |
| ) |
|
|
virtual |
bool ArgusSamples::AppModuleGallery::start |
( |
Window::IGuiMenuBar * |
iGuiMenuBar = NULL , |
|
|
Window::IGuiContainer * |
iGuiContainerConfig = NULL |
|
) |
| |
|
virtual |
Start the module.
- Parameters:
-
[in] | iGuiMenuBar | optional, the module can add menu items to this menu bar |
[in] | iGuiContainerConfig | optional, the module can add configuration options to this container |
Implements ArgusSamples::IAppModule.
Definition at line 112 of file AppModuleGallery.cpp.
bool ArgusSamples::AppModuleGallery::stop |
( |
| ) |
|
|
virtual |
bool ArgusSamples::AppModuleGallery::togglePlayBack |
( |
void * |
userPtr, |
|
|
const char * |
optArg |
|
) |
| |
|
static |
Member Data Documentation
Window::IGuiContainerGrid* ArgusSamples::AppModuleGallery::m_guiConfig |
|
private |
Window::IGuiContainer* ArgusSamples::AppModuleGallery::m_guiContainerConfig |
|
private |
bool ArgusSamples::AppModuleGallery::m_initialized |
|
private |
bool ArgusSamples::AppModuleGallery::m_running |
|
private |
The documentation for this class was generated from the following files: