AlbumShaper
1.0a3
src
configuration
miscSettings.h
Go to the documentation of this file.
1
//==============================================
2
// copyright : (C) 2003-2005 by Will Stokes
3
//==============================================
4
// This program is free software; you can redistribute it
5
// and/or modify it under the terms of the GNU General
6
// Public License as published by the Free Software
7
// Foundation; either version 2 of the License, or
8
// (at your option) any later version.
9
//==============================================
10
11
#ifndef CONFIGURATION_MISCSETTINGS_H
12
#define CONFIGURATION_MISCSETTINGS_H
13
14
//forward declarations
15
class
Configuration
;
16
17
//=====================================
20
//=====================================
21
22
//======================
23
class
MiscSettings
24
{
25
//----------------------
26
public
:
27
MiscSettings
() { }
28
static
void
setDefaults
(
Configuration
* config);
29
//----------------------
30
};
31
//======================
32
33
#endif //CONFIGURATION_MISCSETTINGS_H
MiscSettings::setDefaults
static void setDefaults(Configuration *config)
Definition:
miscSettings.cpp:19
MiscSettings
Misc Settings.
Definition:
miscSettings.h:23
Configuration
Configuration object manages all user-specific application settings.
Definition:
configuration.h:24
MiscSettings::MiscSettings
MiscSettings()
Definition:
miscSettings.h:27
Generated by
1.8.12