interfaces
KDevelop::FileContext Class Reference
#include <context.h>
Inheritance diagram for KDevelop::FileContext:

Detailed Description
A context for the a list of selected urls.Definition at line 160 of file context.h.
Public Member Functions | |
| FileContext (const KUrl::List &urls) | |
| virtual int | type () const |
| KUrl::List | urls () const |
| virtual | ~FileContext () |
Constructor & Destructor Documentation
| KDevelop::FileContext::FileContext | ( | const KUrl::List & | urls | ) |
Builds the file context using a KUrl::List.
- Parameters:
-
urls The list of selected url.
Definition at line 117 of file context.cpp.
| KDevelop::FileContext::~FileContext | ( | ) | [virtual] |
Member Function Documentation
| int KDevelop::FileContext::type | ( | ) | const [virtual] |
Implement this in the context so we can provide rtti.
Implements KDevelop::Context.
Definition at line 126 of file context.cpp.
| KUrl::List KDevelop::FileContext::urls | ( | ) | const |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference