PM Library :: PMFileDialog classes

class iterator

? ^ 
    extends PMNonCopyable as public

Iterator class used to iterate through chosen files.

Source:
pm_filedialog.h:124
Author:
Dmitry A.Steklenev
Version:
$Revision: 1.12 $
Friend:
class PMFileDialog undocumented

Contents

^ 
EntityInherited FromTypeScopeShort Description
~iteratordestructor publicDestructs the iterator object.
nextmethod public Returns the next chosen file.
rewindmethod publicRepositions the iterator to the first chosen file.

destructor ~iterator

? ^  > 
Destructs the iterator object.
Source:
pm_filedialog.h:130
Code:
public ~ iterator ( )

method next

? ^  < > 
Returns the next chosen file.

Source:
pm_filedialog.h:141
Params:
pathname A buffer in which the selected name is returned.
size This is the size of the buffer specified by the pathname parameter.

Returns:
Success indicator.
Code:
public BOOL next ( char * pathname ,
int size )

method rewind

? ^  < > 
Repositions the iterator to the first chosen file.
Source:
pm_filedialog.h:144
Code:
public void rewind ( )

Created Fri Aug 3 09:13:16 2012.
This documentation was generated automatically by
ccdoc v08r39 2003/02/27 bin_opt_emx_os2-2.30.
Click here to submit a bug report or feature request for ccdoc.
Click here to return to the top of the page.