#include <filelocation.h>
Public Member Functions | |
| FileLocation (GluonEngine::GameProject *parent, const QUrl &relativeUrl) | |
| FileLocation (const FileLocation &other) | |
| ~FileLocation () | |
| QUrl | location () const |
Definition at line 31 of file filelocation.h.
| FileLocation::FileLocation | ( | GluonEngine::GameProject * | parent, | |
| const QUrl & | relativeUrl | |||
| ) |
Definition at line 30 of file filelocation.cpp.
| FileLocation::FileLocation | ( | const FileLocation & | other | ) |
Definition at line 38 of file filelocation.cpp.
| FileLocation::~FileLocation | ( | ) |
Definition at line 43 of file filelocation.cpp.
| QUrl FileLocation::location | ( | ) | const |
Definition at line 49 of file filelocation.cpp.
1.6.3