#include <WsModImagesGallery.h>
Definition at line 39 of file WsModImagesGallery.h.
WsImagesGallery::WsImagesGallery |
( |
Wt::WContainerWidget * |
parent = 0 | ) |
|
WsImagesGallery::~WsImagesGallery |
( |
| ) |
|
void WsImagesGallery::buildThumbnails |
( |
| ) |
|
void WsImagesGallery::buildVector |
( |
| ) |
|
void WsImagesGallery::doNext |
( |
Wt::WPushButton * |
pButton | ) |
|
|
slot |
void WsImagesGallery::doPlay |
( |
Wt::WPushButton * |
pButton | ) |
|
|
slot |
void WsImagesGallery::doPrevious |
( |
Wt::WPushButton * |
pButton | ) |
|
|
slot |
void WsImagesGallery::doThumbClicked |
( |
int |
nImageId | ) |
|
|
slot |
void WsImagesGallery::doTimeoutImage |
( |
| ) |
|
|
slot |
void WsImagesGallery::doTimeoutThumb |
( |
| ) |
|
|
slot |
void WsImagesGallery::load |
( |
| ) |
|
const boost::any & WsOptions::option |
( |
const std::string & |
attribute | ) |
const |
|
inherited |
const std::vector< WsOption > & WsOptions::options |
( |
| ) |
const |
|
inherited |
void WsOptions::outOptions |
( |
const std::string |
message | ) |
|
|
inherited |
void WsImagesGallery::renderButtons |
( |
| ) |
|
void WsImagesGallery::renderImage |
( |
| ) |
|
void WsImagesGallery::renderThumb |
( |
| ) |
|
void WsImagesGallery::setMaxImages |
( |
int |
nMaxImages | ) |
|
Set the number of images in the menu. If the number of images is more than this value a timer rotate the images.
Definition at line 226 of file WsModImagesGallery.cpp.
void WsOptions::setOption |
( |
const std::string & |
attribute, |
|
|
boost::any |
value |
|
) |
| |
|
inherited |
Set an options if previously set, update the value.
Definition at line 47 of file WsOption.cpp.
void WsOptions::setOptions |
( |
const std::vector< WsOption > & |
vOptions | ) |
|
|
inherited |
WContainerWidget* WsImagesGallery::m_cwThumb |
|
private |
int WsImagesGallery::m_nCurrentImage |
|
private |
int WsImagesGallery::m_nMaxImages |
|
private |
int WsImagesGallery::m_nStartImage |
|
private |
Wt::WText* WsImagesGallery::m_pImages2Text |
|
private |
Wt::WTimer* WsImagesGallery::m_pTimerImage |
|
private |
Wt::WTimer* WsImagesGallery::m_pTimerThumb |
|
private |
std::vector<std::string> WsImagesGallery::m_vDisplayNames |
|
private |
std::vector<std::string> WsImagesGallery::m_vImages |
|
private |
std::vector<Magick::Blob> WsImagesGallery::m_vThumbnails |
|
private |
The documentation for this class was generated from the following files:
- /Users/benoitdaccache/Documents/Dropbox/Programming/Ws/wittyshare/src/WsModules/WsModImagesGallery/src/WsModImagesGallery.h
- /Users/benoitdaccache/Documents/Dropbox/Programming/Ws/wittyshare/src/WsModules/WsModImagesGallery/src/WsModImagesGallery.cpp