Reimplemented from OglGui::View. Definition at line 32 of file ViewerPoint.h. References OglGui::View::GetSelected(), OglGui::View::mView2D, and OglGui::View::OnDrawView(). 00033 { 00034 OglGui::View::OnDrawView(); 00035 if (GetSelected()) 00036 { 00037 glPushMatrix(); 00038 viewSys.View2DTransform(mView2D); 00039 ULONG col = mView2D->borderCol; 00040 SetSolidLineColor(col); 00041 DrawRectangle(-2, -2, mView2D->w+4, mView2D->h+4); 00042 glPopMatrix(); 00043 } 00044 }
Here is the call graph for this function:
|