Carousel
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Pages
Public Member Functions | List of all members
IComponentLocationConstructorDelegate Class Referenceabstract

The IComponentLocationConstructorDelegate class is used to constuct a location to the library for a component. More...

#include <IComponentLocationConstructorDelegate.h>

Inherited by AbsolutePathComponentLocationConstructorDelegate.

Public Member Functions

virtual QString constructLocation (const QString &ending)=0
 

Detailed Description

The IComponentLocationConstructorDelegate class is used to constuct a location to the library for a component.

This interface provides functionality for format component location for the DefinitionConstructor. It may be absolute path for file system or relative path for the web address and so on.

Member Function Documentation

virtual QString IComponentLocationConstructorDelegate::constructLocation ( const QString ending)
pure virtual

Completes component location bases at the final part of them.

Implemented in AbsolutePathComponentLocationConstructorDelegate.