Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

WWhizProjectList Class Reference

WWhizProjectList represents the list of projects contained within WWhizInterface. More...

#include <WWhizInterface2.h>

List of all members.

Public Methods

virtual int GetProjectCount ()const=0
virtual WWhizProjectGetProjectByIndex (int index)const=0
virtual WWhizProjectFind (CString projectName)const=0
 Finds a project by full path name. More...


Detailed Description

WWhizProjectList represents the list of projects contained within WWhizInterface.


Member Function Documentation

WWhizProject * WWhizProjectList::Find ( CString projectName ) const [pure virtual]
 

Finds a project by full path name.

Parameters:
projectName   The full path name to the project.
Returns:
Returns the WWhizProject matching [projectName].

WWhizProject * WWhizProjectList::GetProjectByIndex ( int index ) const [pure virtual]
 

Parameters:
index   The index of the project to retrieve.
Returns:
Returns the WWhizProject at [index].

int WWhizProjectList::GetProjectCount ( ) const [pure virtual]
 

Returns:
Retrieves the number of projects in the list.


The documentation for this class was generated from the following file:
Generated at Mon Jan 8 23:50:20 2001 for WWhizInterface by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000