class toTemplateProvider

This is the base class of a provider of template items. More...

Contains pure virtuals
Definition#include <totemplate.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Members


Detailed Description

This is the base class of a provider of template items. Usually it is created with a static object just like the tools.

 toTemplateProvider ()

toTemplateProvider

List of currently available template providers.

 ~toTemplateProvider ()

~toTemplateProvider

[virtual]

void  insertItems (QListView *parent)

insertItems

[pure virtual]

Insert a parent item for this template provider into a list view.

Parameters:
parentThe list into which to insert the item.

friend class toTemplate

toTemplate