PathFinderResult Class Reference

Result of multiple file search operation done by PathFinder. More...

#include <pathfinder.h>

Public Member Functions

QStringList & foundFiles ()
 Paths to found files. More...
 
const QStringList & foundFiles () const
 
QStringList & missingFiles ()
 Names of not found files. More...
 
const QStringList & missingFiles () const
 

Detailed Description

Result of multiple file search operation done by PathFinder.

This object is copyable.

Definition at line 41 of file pathfinder.h.

Member Function Documentation

QStringList & PathFinderResult::foundFiles ( )

Paths to found files.

Definition at line 55 of file pathfinder.cpp.

QStringList & PathFinderResult::missingFiles ( )

Names of not found files.

Definition at line 65 of file pathfinder.cpp.


The documentation for this class was generated from the following files: