Example #1
0
bool GuiInspectorGroup::onAdd()
{
   setDataField( StringTable->insert("profile"), NULL, "GuiInspectorGroupProfile" );

   if( !Parent::onAdd() )
      return false;

   // Create our inner controls. Allow subclasses to provide other content.
   if(!createContent())
      return false;

   inspectGroup();

   return true;
}
Example #2
0
void GuiInspectorEntityGroup::updateAllFields()
{
   // We overload this to just reinspect the group.
   inspectGroup();
}