PixelLightAPI  .
Protected Member Functions
PLCore::ConfigLoader Class Reference

Abstract config loader base class. More...

#include <ConfigLoader.h>

Inheritance diagram for PLCore::ConfigLoader:
Inheritance graph
[legend]

List of all members.

Protected Member Functions

PLCORE_API ConfigLoader ()
 Default constructor.
virtual PLCORE_API ~ConfigLoader ()
 Destructor.

Detailed Description

Abstract config loader base class.

Note:
  • Normally all save functions accept a PixelLight string 'Group'-parameter, (default setting: empty string) if this parameter is not empty, only configuration class instances are saved which are within the provided configuration class group, else ALL configuration class instances are saved.
  • Normally all save functions accept a boolean 'NoDefault'-parameter, (default setting: 'false') if this parameter is 'true', all variables with default values are not saved

Constructor & Destructor Documentation

PLCORE_API PLCore::ConfigLoader::ConfigLoader ( ) [protected]

Default constructor.

virtual PLCORE_API PLCore::ConfigLoader::~ConfigLoader ( ) [protected, virtual]

Destructor.


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


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:24
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported