![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXObjectList.h>
Inheritance diagram for FX::FXObjectListOf< TYPE >:

Public Member Functions | |
| TYPE *& | operator[] (FXint i) |
| TYPE *const & | operator[] (FXint i) const |
| TYPE *& | list (FXint i) |
| TYPE *const & | list (FXint i) const |
| TYPE ** | list () const |
|
||||||||||
|
Indexing operator.
Reimplemented from FX::FXObjectList. |
|
||||||||||
|
Access to list.
Reimplemented from FX::FXObjectList. |
|
|||||||||
|
Access to content array.
Reimplemented from FX::FXObjectList. |
|
|