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

^ 
EntityTypeScopeShort Description
size_typetypedef publicAn unsigned integral type.
ICIconListconstructor publicConstructs the icons list.
~ICIconListdestructor publicDestructs the icons list.
iteratortypedef publicIterator used to iterate over the icons.
beginmethod publicReturns an iterator pointing to the beginning of the icons list.
endmethod publicReturns an iterator pointing to the end of the icons list.
countmethod publicReturns the number of icons stored in the list.
push_backmethod publicInserts the icon as the last item in the list.
clearmethod publicRemoves 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.