KDevelop API Documentation

lib/util/locate.h

Go to the documentation of this file.
00001 // 00002 // 00003 // C++ Interface for module: Locate 00004 // 00005 // Description: Deal with filenames in kdevelop 00006 // 00007 // Author: Eray Ozkural (exa) <erayo@cs.bilkent.edu.tr> 00008 // 00009 // Copyright: See COPYING file that comes with this distribution 00010 // 00011 // 00012 00013 #ifndef Locate_Interface 00014 #define Locate_Interface 00015 00016 #include <qstring.h> 00017 class KDevPlugin; 00018 00023 class Locate 00024 { 00025 public: 00026 Locate(KDevPlugin& part); 00027 00029 QString relativeName(const QString); 00030 00032 QString data(const QString); 00033 00035 QString source(const QString); 00036 00038 QString product(const QString); 00039 00040 private: 00041 KDevPlugin& part; 00042 }; 00043 00044 #endif
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:01:48 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003