Locate Class Reference
This class deals with filenames in kdevelop Preferably used as a singleton. More...
#include <locate.h>
Public Member Functions | |
Locate (KDevPlugin &part) | |
QString | relativeName (const QString) |
return the project-relative filename of a given URL if possible | |
QString | data (const QString) |
locate a data file | |
QString | source (const QString) |
locate a source file | |
QString | product (const QString) |
locate a build product | |
Private Attributes | |
KDevPlugin & | part |
Detailed Description
This class deals with filenames in kdevelop Preferably used as a singleton.
Definition at line 23 of file locate.h.
Constructor & Destructor Documentation
|
Definition at line 18 of file locate.cpp. References Locate(). Referenced by Locate(). |
Member Function Documentation
|
locate a data file
|
|
locate a build product
|
|
return the project-relative filename of a given URL if possible
Definition at line 23 of file locate.cpp. References file, and relativeName(). Referenced by relativeName(). |
|
locate a source file
Definition at line 30 of file locate.cpp. References source(). Referenced by source(). |
Member Data Documentation
|
|
The documentation for this class was generated from the following files:
- lib/util/locate.h
- lib/util/locate.cpp