const int AiConfig::getImageHeight (  )  const

get an image height

Returns:
int

Definition at line 188 of file aiconfig.cpp.

00189 {
00190     AiConfigZone * zone = m_tabs->findChild< AiConfigZone * >( "zone" );
00191     return zone->getImageHeight();
00192 }

 All Classes Namespaces Files Functions Variables Typedefs

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