GluonEngine::AssetTemplate Class Reference

Representation of a template for a specific GluonEngine::Asset. More...

#include <asset.h>

Inheritance diagram for GluonEngine::AssetTemplate:
QObject

List of all members.

Public Member Functions

 AssetTemplate (QString name, QString filename, QString pluginname, QObject *parent=0)
 ~AssetTemplate ()

Public Attributes

QString name
QString filename
QString pluginname

Detailed Description

Representation of a template for a specific GluonEngine::Asset.

A simple data container class for template information for GluonEngine::Asset

Note: To see which Asset the template is referring to, the parent() function will be pointing to an instance of that class.

Definition at line 48 of file asset.h.


Constructor & Destructor Documentation

GluonEngine::AssetTemplate::AssetTemplate ( QString  name,
QString  filename,
QString  pluginname,
QObject parent = 0 
) [inline]

Definition at line 52 of file asset.h.

GluonEngine::AssetTemplate::~AssetTemplate (  )  [inline]

Definition at line 58 of file asset.h.


Member Data Documentation

The filename of the template, as found inside the template directory for this asset (for example /usr/share/gluon/template/assetclassname/filename)

Definition at line 69 of file asset.h.

The name which the newly created asset object will be given

Definition at line 58 of file asset.h.

The name of the plugin (that is, the subdir inside which the template file is found)

Definition at line 73 of file asset.h.


The documentation for this class was generated from the following file:
Generated on Mon Dec 27 13:13:43 2010 for Gluon by  doxygen 1.6.3