Specialize list to pointers to TYPE
Inheritance:
Public Methods
-
TYPE*& operator[](FXint i)
- Indexing operator
-
TYPE*& list(FXint i)
- Access to list
-
TYPE** list() const
- Access to content array
Public Methods
-
FXObjectList& operator=(const FXObjectList& orig)
-
FXint no() const
-
void no(FXint n)
-
FXint size() const
-
void size(FXint m)
-
void insert(FXint pos, FXObject* p)
-
void prepend(FXObject* p)
-
void append(FXObject* p)
-
void replace(FXint pos, FXObject* p)
-
void remove(FXint pos)
-
void remove(const FXObject* p)
-
FXint findf(const FXObject* p, FXint pos=0) const
-
FXint findb(const FXObject* p, FXint pos=2147483647) const
-
void clear()
-
void save(FXStream& store) const
-
void load(FXStream& store)
Protected Fields
-
FXObject** data
-
FXint num
-
FXint max
Documentation
Specialize list to pointers to TYPE
TYPE*& operator[](FXint i)
- Indexing operator
TYPE*& list(FXint i)
- Access to list
TYPE** list() const
- Access to content array
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.