Main | License | Installation | FAQ | Screenshots | Contact | Links | Sf.net | Freshmeat.net | KDE-Apps.org
Requirements | Design | Modules | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

CookBookDeprecated Class Reference

Exception for indicating deprecated cookbook database. More...

#include <cookBookDeprecated.hpp>

Inheritance diagram for CookBookDeprecated:

Inheritance graph
[legend]

Public Member Functions

 CookBookDeprecated (int _version)
int getVersion (void) const

Protected Attributes

int version
 Version number of deprecated database.

Detailed Description

Exception for indicating deprecated cookbook database.

Definition at line 19 of file cookBookDeprecated.hpp.


Constructor & Destructor Documentation

CookBookDeprecated::CookBookDeprecated ( int  _version  )  [inline]

Constructor.

Parameters:
_version Version of old recipe database version.

Definition at line 24 of file cookBookDeprecated.hpp.

00024 : version(_version) {}


Member Function Documentation

int CookBookDeprecated::getVersion ( void   )  const [inline]

Definition at line 26 of file cookBookDeprecated.hpp.

References version.

00026 { return version; }


Field Documentation

int CookBookDeprecated::version [protected]

Version number of deprecated database.

Definition at line 29 of file cookBookDeprecated.hpp.

Referenced by getVersion().


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

anymeal 0.30 - recipe management software - Make the most of your food! - © Jan Wedekind Sun Sep 14 16:01:29 2008 - GNU Free Documentation License