Definition at line 125 of file ShowImSetGuiMain.h. References OglGui::OglWindow::GetOGLWND(), Impala::Visualization::ImageSetIdxGridScroller::ImSetIdxGrid(), mCurDir, mFirstFileOfDir, mImSetIdxGrid, mImSetIdxScroller, mIxsDoc, and Impala::Visualization::ImageSetIdxGrid::SetImageSetIdxGridListener(). 00126 { 00127 mIxsDoc = ixsDoc; 00128 mFirstFileOfDir = -1; 00129 mCurDir = -1; 00130 //mViewScale = viewScale; 00131 00132 /* 00133 mBookmarkedStrip = 0; 00134 if (nrImOnRow > 0) 00135 { 00136 mBookmarkedStrip = new ImageStrip(this, thumbWidth, thumbHeight, 00137 viewScale, nrImOnRow); 00138 mBookmarkedStrip->SetImagesListener(this, IM_BOOKMARKED); 00139 mBookmarkedStrip->ActivateInfoBox(false); 00140 } 00141 00142 new OglGui::Strut(this, 4000, 1); 00143 00144 mImageSet = 0; 00145 if (nrImOnRow > 0) 00146 { 00147 mImageSet = new ImageSet(this, thumbWidth, thumbHeight, viewScale, 00148 nrImOnRow*3/4, 4); 00149 mImageSet->SetImagesListener(this, IM_SET); 00150 mImageSet->ActivateInfoBox(false); 00151 } 00152 */ 00153 /* 00154 mCurImWnd = new ImagesWindow(this, 360, 360); 00155 mCurImWnd->SetImagesListener(this, IM_CURRENT); 00156 mCurImWnd->SetMakeViewWithRect(true); 00157 mCurImWnd->SetViewListener(this); 00158 mCurImWnd->ActivateInfoBox(false); 00159 */ 00160 mImSetIdxScroller = 00161 new ImageSetIdxGridScroller(this, 2, 2, w-4, h-160, nrImOnRow); 00162 mImSetIdxGrid = mImSetIdxScroller->ImSetIdxGrid(); 00163 mImSetIdxGrid->SetImageSetIdxGridListener(this); 00164 oglSys.SetSelectColor(mImSetIdxGrid->GetOGLWND(),0xffffa500); 00165 }
Here is the call graph for this function:
|