PM Library :: PMFileView | classes |
class iterator | ? ^ |
Iterator class used to iterate through selected files or directories.
- Source:
- pm_fileview.h:174
- Author:
- Dmitry A.Steklenev
- Version:
- $Revision: 1.5 $
Friend:
class PMFileView undocumented
Contents | ^ |
Entity Inherited From Type Scope Short Description ~iterator destructor public Destructs the iterator object. next method public Returns the next selected file or directory. rewind method public Repositions the iterator to the first selected file.
destructor ~iterator | ? ^ > |
Destructs the iterator object.
- Source:
- pm_fileview.h:180
- Code:
public ~ iterator ( )
method next | ? ^ < > |
Returns the next selected file or directory.
- Source:
- pm_fileview.h:191
- 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 selected file.
- Source:
- pm_fileview.h:194
- 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.