ICPlus | classes |
class ICIconList | ^ |
Icon Plus generic icons list.
The ICIconList class creates and manages a generic icons list.
- Source:
- ../ic_icon.h:193
- Author:
- Dmitry A Steklenev
- Version:
- unknown
Contents | ^ |
Entity Type Scope Short Description size_type typedef public An unsigned integral type. ICIconList constructor public Constructs the icons list. ~ICIconList destructor public Destructs the icons list. iterator typedef public Iterator used to iterate over the icons. begin method public Returns an iterator pointing to the beginning of the icons list. end method public Returns an iterator pointing to the end of the icons list. count method public Returns the number of icons stored in the list. push_back method public Inserts the icon as the last item in the list. clear method public Removes all icons from the list.
typedef size_type | ? ^ > |
An unsigned integral type.
- Source:
- ../ic_icon.h:196
- Code:
- public typedef unsigned long size_type
constructor ICIconList | ? ^ < > |
Constructs the icons list.
- Source:
- ../ic_icon.h:200
- Code:
public ICIconList ( )
destructor ~ICIconList | ? ^ < > |
Destructs the icons list.
- Source:
- ../ic_icon.h:202
- Code:
public ~ ICIconList ( )
typedef iterator | ? ^ < > |
Iterator used to iterate over the icons.
- Source:
- ../ic_icon.h:206
- Code:
- public typedef ICIcon * iterator
method begin | ? ^ < > |
Returns an iterator pointing to the beginning of the icons list.
- Source:
- ../ic_icon.h:208
- Code:
public iterator begin ( ) const
method end | ? ^ < > |
Returns an iterator pointing to the end of the icons list.
- Source:
- ../ic_icon.h:210
- Code:
public iterator end ( ) const
method count | ? ^ < > |
Returns the number of icons stored in the list.
- Source:
- ../ic_icon.h:212
- Code:
public size_type count ( ) const
method push_back | ? ^ < > |
Inserts the icon as the last item in the list.
- Source:
- ../ic_icon.h:215
- Code:
public void push_back ( const ICIcon & icon )
method clear | ? ^ < > |
Removes all icons from the list.
- Source:
- ../ic_icon.h:217
- Code:
public void clear ( )
Created Wed Jul 10 21:27:42 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_emx_os2-2.30.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.