ICPlus classes

class ICICL

^ 
    extends ICWindows as public

Loads MS Windows icon library files.
Source:
../ic_icl.h:98
Author:
Dmitry A Steklenev
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
ICICLconstructor publicConstruct the ICICL object.
findmethod publicFinds the next icon in library.
loadICWindowsmethod publicLoads icon file.
saveICWindowsmethod publicSaves icon file.

constructor ICICL

? ^  > 
Construct the ICICL object.
Source:
../ic_icl.h:105
Code:
public ICICL ( ICFile * load_file )

method find

? ^  < > 
Finds the next icon in library.
Source:
../ic_icl.h:108
Code:
public virtual ICFile * find ( const char * save_path )

method load

? ^  < > 
Loads icon file.
Inherited From:
ICWindows
Source:
../ic_windows.h:115
Code:
public virtual void load ( ICFile * load_file )

method save

? ^  < > 
Saves icon file.
Inherited From:
ICWindows
Source:
../ic_windows.h:117
Code:
public virtual void save ( ICFile * save_file )

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.