My Project
SallyAPI::Config::CThemePluginImage Class Reference

Theme plugin image. More...

#include <ThemePluginImage.h>

List of all members.

Public Member Functions

 CThemePluginImage (const std::string &pluginPath, const std::string &pluginName, const std::string &filename, bool createMipMaps)
 Constructor.
 ~CThemePluginImage ()
 Destructor.
std::string GetPluginPath ()
 Gets the plugin path.
std::string GetPluginName ()
 Gets the plugin name.
std::string GetFilename ()
 Gets the filename.
bool GetMipMaps ()
 Gets the mip maps.

Detailed Description

Theme plugin image.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CThemePluginImage::CThemePluginImage ( const std::string &  pluginPath,
const std::string &  pluginName,
const std::string &  filename,
bool  createMipMaps 
)

Constructor.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
pluginPathFull pathname of the plugin file.
pluginNameName of the plugin.
filenameFilename of the file.
createMipMapstrue to create mip maps.

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Gets the filename.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The filename.

Gets the mip maps.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
true if it succeeds, false if it fails.

Gets the plugin name.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The plugin name.

Gets the plugin path.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The plugin path.

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines