PM Library :: PMFileDialog | classes |
class iterator | ? ^ |
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 | ^ |
Entity Inherited From Type Scope Short Description ~iterator destructor public Destructs the iterator object. next method public Returns the next chosen file. rewind method public Repositions 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.