QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RResourceList< T > Class Template Reference

Copyright (c) 2011-2018 by Andrew Mustun. More...

#include <RResourceList.h>

Public Member Functions

T * get (const QString &resName, bool substitute=true)
 
QStringList getNames ()
 
QString getSubName (const QString &resName, int rec=0)
 
void uninit ()
 

Public Attributes

QMap< QString, T * > resMap
 
QMap< QString, QString > resSubstitutionMap
 

Detailed Description

template<class T>
class RResourceList< T >

Copyright (c) 2011-2018 by Andrew Mustun.

All rights reserved.

This file is part of the QCAD project.

QCAD is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

QCAD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with QCAD. A global list of loadable resources (fonts, hatch patterns, line types, ..).

Member Function Documentation

◆ get()

template<class T >
T * RResourceList< T >::get ( const QString & resName,
bool substitute = true )
inline
Returns
Resource with the given name or an invalid resource. The returned resource is loaded first if it isn't already.

◆ getNames()

template<class T >
QStringList RResourceList< T >::getNames ( )
inline
Returns
List of all available resource names.

◆ getSubName()

template<class T >
QString RResourceList< T >::getSubName ( const QString & resName,
int rec = 0 )
inline

◆ uninit()

template<class T >
void RResourceList< T >::uninit ( )
inline

Member Data Documentation

◆ resMap

template<class T >
QMap<QString, T*> RResourceList< T >::resMap

◆ resSubstitutionMap

template<class T >
QMap<QString, QString> RResourceList< T >::resSubstitutionMap

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