#include <ImageSetIdxGridScroller.h>
Inheritance diagram for Impala::Visualization::ImageSetIdxGridScroller:
Public Types | |
typedef Core::ImageSet::ImageSet | ImageSet |
typedef OglGui::WindowDocScroller | WindowDocScroller |
Public Member Functions | |
ImageSetIdxGridScroller (int x, int y, int w, int h, int nrRow=5) | |
ImageSetIdxGridScroller (Window *parent, int w, int h, int nrRow=5) | |
ImageSetIdxGridScroller (Window *parent, int x, int y, int w, int h, int nrRow=5) | |
void | AddImageSetIdxs (ImageSet *imSet, int startIdx=0, int endIdx=-1) |
void | AddImageSetIdx (ImageSet *imSet, int idx) |
void | Clear () |
void | UpdateLayout (bool reset=false) |
void | PageUpDownExtra (int x) |
void | NrOfImOnRow (int n) |
void | ShowNames (bool mode) |
void | ShowDims (bool mode) |
void | FixedCellWidth (int w) |
ImageSetIdxGrid * | ImSetIdxGrid () |
virtual void | DisplayFunc () |
Private Member Functions | |
void | Init (int nrRow) |
Private Attributes | |
ImageSetIdxGrid * | mImageSetIdxGrid |
int | mPageDeltaExtra |
Definition at line 13 of file ImageSetIdxGridScroller.h.