Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

csfl::IContainerGrid Class Reference

#include <grid.h>

Inheritance diagram for csfl::IContainerGrid::

csfl::IContainer csfl::IObjectArrayOf csfl::ISFLObject csfl::ISimpleArrayOf List of all members.

Public Methods

 IContainerGrid (const IString &_name=IString::empty, bool _b=true)
 IContainerGrid (IContainerGrid *_eqc)
 ~IContainerGrid ()
IGridFind (const IString &_name=IString::empty)

Detailed Description

Classe responsável pelo gerenciamento de um conjunto de objetos do tipo IGrid.


Constructor & Destructor Documentation

csfl::IContainerGrid::IContainerGrid ( const IString & _name = IString::empty,
bool _b = true )
 

O argumento ”_name” representa o nome de um conjunto de objetos do tipo IGrid, ”_b” define se o container será proprietário dos objetos a ele adicionados, ou seja, se ”_b” é verdadeiro quando o container for deletado ele se encarregará de deltetar seus componentes.

csfl::IContainerGrid::IContainerGrid ( IContainerGrid * _eqc )
 

Constrói um objeto IContainerGrid a partir de outro.

csfl::IContainerGrid::~IContainerGrid ( ) [inline]
 


Member Function Documentation

IGrid * csfl::IContainerGrid::Find ( const IString & _name = IString::empty )
 

Retorna o objeto do conjunto cujo nome corresponde a “_name”. A procura é regressiva.


The documentation for this class was generated from the following file:

 

CFD Project | Documents | Downloads | Contact us | Use Terms

 

© SINMEC/EMC/UFSC, 2001.

All rights reserved.

Last Update: Jan. 18, 2002

 Webmaster