#include <CConfigurationFile.h>
List of all members.
Constructor & Destructor Documentation
CConfigurationFile::CConfigurationFile |
( |
const std::string & |
name = "Configuration" , |
|
|
const CCopasiContainer * |
pParent = NULL |
|
) |
| |
Default constructor
- Parameters:
-
const | std::string & name (default: Configuration) |
const | CCopasiContainer * pParent (default: NULL) |
Copy constructor
- Parameters:
-
Specific constructor
- Parameters:
-
CConfigurationFile::~CConfigurationFile |
( |
| ) |
[virtual] |
Member Function Documentation
bool CConfigurationFile::elevateChildren |
( |
| ) |
[virtual] |
This methods must be called to elevate subgroups to derived objects. The default implementation does nothing.
- Returns:
- bool success
Reimplemented from CCopasiParameterGroup.
const std::string CConfigurationFile::getApplicationFont |
( |
| ) |
const |
Retrieve the application font.
- Returns:
- const std::string & applicationFont
Retrieve the list of recent files
- Returns:
- CRecentFiles & recentFiles
Retrieve the list of recent MIRIAM Resources
- Returns:
- CMIRIAMResources & recentMIRIAMResources
Retrieve the list of recent SBML files
- Returns:
- CRecentFiles & recentSBMLFiles
const std::string CConfigurationFile::getWebBrowser |
( |
| ) |
const |
Retrieve the application font.
- Returns:
- const std::string & webBrowser
bool CConfigurationFile::load |
( |
| ) |
[virtual] |
Load the configuration file.
- Returns:
- bool success
bool CConfigurationFile::save |
( |
| ) |
[virtual] |
Save the configuration file.
- Returns:
- bool success
void CConfigurationFile::setApplicationFont |
( |
const std::string & |
applicationFont | ) |
|
Set the applications font.
- Parameters:
-
const | std::string & applicationFont |
void CConfigurationFile::setRecentMIRIAMResources |
( |
const CMIRIAMResources & |
miriamResources | ) |
|
void CConfigurationFile::setWebBrowser |
( |
const std::string & |
webBrowser | ) |
|
Set the applications font.
- Parameters:
-
const | std::string & webBrowser |
The documentation for this class was generated from the following files: