![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXObjectList.h>
Public Member Functions | |
FXObjectListOf () | |
TYPE *& | operator[] (FXint i) |
TYPE *const & | operator[] (FXint i) const |
TYPE *& | at (FXint i) |
TYPE *const & | at (FXint i) const |
TYPE ** | data () const |
Specialize list to pointers to TYPE.
FX::FXObjectListOf< TYPE >::FXObjectListOf | ( | ) | [inline] |
TYPE*& FX::FXObjectListOf< TYPE >::operator[] | ( | FXint | i | ) | [inline] |
Indexing operator.
Reimplemented from FX::FXObjectList.
TYPE* const& FX::FXObjectListOf< TYPE >::operator[] | ( | FXint | i | ) | const [inline] |
Reimplemented from FX::FXObjectList.
TYPE*& FX::FXObjectListOf< TYPE >::at | ( | FXint | i | ) | [inline] |
Access to list.
Reimplemented from FX::FXObjectList.
TYPE* const& FX::FXObjectListOf< TYPE >::at | ( | FXint | i | ) | const [inline] |
Reimplemented from FX::FXObjectList.
TYPE** FX::FXObjectListOf< TYPE >::data | ( | ) | const [inline] |
Access to content array.
Reimplemented from FX::FXObjectList.
![]() |