Subversion Repositories public

Rev

Rev 44 | Rev 60 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 44 Rev 52
Line 1... Line 1...
1
/***************************************************************************
1
/***************************************************************************
2
 *   Copyright (C) 2007 by Andreas Theofilu   *
2
 *   Copyright (C) 2007 by Andreas Theofilu                                *
3
 *   andreas@TheoSys.at   *
3
 *   andreas@TheoSys.at                                                    *
4
 *                                                                         *
4
 *                                                                         *
5
 *   This program is free software; you can redistribute it and/or modify  *
5
 *   This program is free software; you can redistribute it and/or modify  *
6
 *   it under the terms of the GNU General Public License as published by  *
6
 *   it under the terms of the GNU General Public License as published by  *
7
 *   the Free Software Foundation; either version 2 of the License, or     *
7
 *   the Free Software Foundation version 3 of the License.                *
8
 *   (at your option) any later version.                                   *
-
 
9
 *                                                                         *
8
 *                                                                         *
10
 *   This program is distributed in the hope that it will be useful,       *
9
 *   This program is distributed in the hope that it will be useful,       *
11
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
10
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
12
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
11
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
13
 *   GNU General Public License for more details.                          *
12
 *   GNU General Public License for more details.                          *
Line 20... Line 19...
20
 
19
 
21
#ifndef TILGUNGSPLANWIDGET_H
20
#ifndef TILGUNGSPLANWIDGET_H
22
#define TILGUNGSPLANWIDGET_H
21
#define TILGUNGSPLANWIDGET_H
23
 
22
 
24
#include "tilgungsplanwidgetbase.h"
23
#include "tilgungsplanwidgetbase.h"
25
#include "tprech.h"
24
#include "tilgplan.h"
26
 
25
 
27
class tilgungsplanWidget : public tilgungsplanWidgetBase
26
class tilgungsplanWidget : public tilgungsplanWidgetBase
28
{
27
{
29
		Q_OBJECT
28
		Q_OBJECT
30
 
29
 
Line 89... Line 88...
89
		virtual void          fileSave();
88
		virtual void          fileSave();
90
		virtual void          fileOpen();
89
		virtual void          fileOpen();
91
		virtual void          fileNew();
90
		virtual void          fileNew();
92
		virtual void          lbValutaSlot();
91
		virtual void          lbValutaSlot();
93
		virtual void          cbAbschlSlot();
92
		virtual void          cbAbschlSlot();
-
 
93
		virtual void          rbZuschPSlot();
-
 
94
		virtual void          rbZuschFSlot();
94
 
95
 
95
	protected:
96
	protected:
96
		/*$PROTECTED_FUNCTIONS$*/
97
		/*$PROTECTED_FUNCTIONS$*/
97
 
98
 
98
	protected slots:
99
	protected slots: