#include <IxsDocumentGuiMain.h>
Inheritance diagram for Impala::Visualization::IxsDocumentGuiMain:


Public Types | |
| typedef Core::ImageSet::IxsDocument | IxsDocument |
| typedef Core::Array::Array2dVec3UInt8 | Array2dVec3UInt8 |
Public Member Functions | |
| IxsDocumentGuiMain (OglGui::Window *parent, int wndWidth, int wndHeight, int nrImOnRow, int thumbWidth, int thumbHeight, double viewScale, bool showAnno, IxsDocument *ixsDoc, int controlId) | |
| virtual void | HandleNewDir () |
| virtual void | HandleNewFile () |
| virtual void | HandleNewBookmarked () |
| virtual void | HandleAddedBookmark () |
| virtual void | ImageSelectionEvent (ImagesWindow *src, int imIndex, void *vData) |
| virtual void | OnViewMouse (OglGui::View *view, int msg, int btn, int state, float x, float y) |
Private Attributes | |
| IxsDocument * | mIxsDoc |
| double | mViewScale |
| ImageStrip * | mBookmarkedStrip |
| ImageSet * | mImageSet |
| ImagesWindow * | mCurImWnd |
Static Private Attributes | |
| static const int | IM_BOOKMARKED = 1 |
| static const int | IM_CURRENT = 2 |
| static const int | IM_SET = 3 |
Definition at line 16 of file IxsDocumentGuiMain.h.
1.5.1