Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXFileDict.h>
Inheritance diagram for FX::FXIconDict:
Public Member Functions | |
FXIconDict (FXApp *a, const FXString &p=defaultIconPath) | |
FXApp * | getApp () const |
void | setIconPath (const FXString &p) |
FXString | getIconPath () const |
FXIcon * | insert (const FXchar *name) |
FXIcon * | remove (const FXchar *name) |
FXIcon * | find (const FXchar *name) |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXIconDict () |
Static Public Attributes | |
const FXchar | defaultIconPath [] |
|
Construct an icon dictionary, with given path.
|
|
Destructor.
|
|
Get application.
|
|
Set icon search path.
|
|
Return current icon search path.
|
|
Insert unique icon loaded from filename into dictionary.
|
|
Remove icon from dictionary.
Reimplemented from FX::FXDict. |
|
Find icon by name.
|
|
Save to stream.
Reimplemented from FX::FXObject. |
|
Load from stream.
Reimplemented from FX::FXObject. |
|
Default icon search path.
|
Copyright © 1997-2004 Jeroen van der Zijp |