Reimplemented from OglGui::OglWindow. Reimplemented in OglGui::TitledWindow. Definition at line 162 of file SizableWindow.h. References mNormalBorderType, and OglGui::OglWindow::SetBorderType(). Referenced by Impala::Visualization::SimilarityTimeLineVideo::Init(), Impala::Application::MediaTable::TableWindowColumn::Init(), OglGui::ColumnHeaders::MakeHeader(), OglGui::IntervalChooser::MakeThumb(), and OglGui::TitledWindow::SetBorderType(). 00163 { 00164 Window::SetBorderType(type); 00165 mNormalBorderType = type; 00166 }
Here is the call graph for this function:
|