int AiView::heightView ( int  h  )  [private]

get a new height for view

Returns:
int

Definition at line 304 of file aiview.cpp.

00305 {
00306     QWidget * wd = qobject_cast<QWidget *>( this->parent() );
00307     return h > wd->height() ? h : wd->height();
00308 }

 All Classes Namespaces Files Functions Variables Typedefs

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