QCAD
Open Source 2D CAD
Rdf Class Reference

Creates an RDF object that represents the RDF file for the given resource. More...

Public Member Functions

void getFileInfo ()
 
void getFileName ()
 
void getTags ()
 
void getUrl ()
 
void Rdf (void resource)
 

Public Attributes

int fileInfo
 
int fileName
 
int tags
 

Detailed Description

Creates an RDF object that represents the RDF file for the given resource.

The resource can be a file or a directory. For files the RDF file is assumed to have the same base name with extension .rdf. For directories, the RDF file is located in _META/meta.rdf. If no RDF file exists for the resource, only some default meta information is added (file name, modification time) [disabled for now].

Parameters
resourceQFileInfo or path (string) of the resource.

Constructor & Destructor Documentation

◆ Rdf()

void Rdf::Rdf ( void  resource)
inline

Member Function Documentation

◆ getFileInfo()

void Rdf::getFileInfo ( )
inline

◆ getFileName()

void Rdf::getFileName ( )
inline

◆ getTags()

void Rdf::getTags ( )
inline

◆ getUrl()

void Rdf::getUrl ( )
inline

Member Data Documentation

◆ fileInfo

int Rdf::fileInfo

◆ fileName

int Rdf::fileName

◆ tags

int Rdf::tags

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