int AiView::widthView ( int  w  )  [private]

get a new width for view

Returns:
int

Definition at line 298 of file aiview.cpp.

00299 {
00300     QWidget * wd = qobject_cast<QWidget *>( this->parent() );
00301     return w > wd->width() ? w : wd->width();
00302 }

 All Classes Namespaces Files Functions Variables Typedefs

Generated on Sat Feb 27 08:33:25 2010 for AiFractals by  doxygen 1.6.1