ICPlus | classes |
class ICICL | ^ |
Loads MS Windows icon library files.
- Source:
- ../ic_icl.h:98
- Author:
- Dmitry A Steklenev
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ICICL constructor public Construct the ICICL object. find method public Finds the next icon in library. load ICWindows method public Loads icon file. save ICWindows method public Saves 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.