|
Argus Camera Sample
Argus Camera Sample
|
This task implements a gallery to review images and videos. More...
#include <Gallery.h>
Public Member Functions | |
| TaskGallery () | |
| virtual | ~TaskGallery () |
| bool | togglePlayBack () |
| Toggle playback. | |
| bool | rewind () |
| Rewind. | |
| bool | prevItem () |
| Display next item. | |
| bool | nextItem () |
| Display previous item. | |
ITask methods | |
| virtual bool | initialize () |
| Initialize. | |
| virtual bool | shutdown () |
| Shutdown. | |
| virtual bool | start () |
| Start. | |
| virtual bool | stop () |
| Stop. | |
Public Member Functions inherited from ArgusSamples::ITask | |
| ITask () | |
| virtual | ~ITask () |
Private Attributes | |
| bool | m_initialized |
| set if initialized | |
| bool | m_running |
| set if running | |
| GalleryThread * | m_thread |
| gallery thread | |
This task implements a gallery to review images and videos.
| ArgusSamples::TaskGallery::TaskGallery | ( | ) |
Definition at line 916 of file Gallery.cpp.
|
virtual |
Definition at line 923 of file Gallery.cpp.
|
virtual |
| bool ArgusSamples::TaskGallery::nextItem | ( | ) |
Display previous item.
Definition at line 1024 of file Gallery.cpp.
| bool ArgusSamples::TaskGallery::prevItem | ( | ) |
Display next item.
Definition at line 1015 of file Gallery.cpp.
| bool ArgusSamples::TaskGallery::rewind | ( | ) |
Rewind.
Definition at line 1006 of file Gallery.cpp.
|
virtual |
|
virtual |
|
virtual |
| bool ArgusSamples::TaskGallery::togglePlayBack | ( | ) |
Toggle playback.
Definition at line 997 of file Gallery.cpp.
|
private |
|
private |
|
private |
1.8.1