class MASKING_DLL_DECLSPEC ListItemFile

Internal helper widget for the FileSelector.

Inheritance:

ListItemFile - ListItemString - ListItem


Public Fields

[more]struct al_ffblk *file
The underlying al_ffblk struct describing the file (name, attributes)

Public Methods

[more] ListItemFile(const struct al_ffblk* info)
Constructor for making a list item from an allegro al_ffblk struct
[more]void Draw(Bitmap &canvas, Bitmap &skinBitmap, int state)
Draws the list item with an appropriate icon


Documentation

Internal helper widget for the FileSelector.

Draws a fileselector's file list entry with an appropriate icon indicating wether a file is actually a file or a directory.

o ListItemFile(const struct al_ffblk* info)
Constructor for making a list item from an allegro al_ffblk struct

ovoid Draw(Bitmap &canvas, Bitmap &skinBitmap, int state)
Draws the list item with an appropriate icon

ostruct al_ffblk *file
The underlying al_ffblk struct describing the file (name, attributes)


This class has no child classes.
See Also:
FileSelect

Alphabetic index Hierarchy of classes


Back to front page   |   page generated with DOC++