Vesna
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
src
ui
logic
UnpaidExpenseFormLogic.h
Go to the documentation of this file.
1
#ifndef UNPAIDEXPENSEFORMLOGIC_H
2
#define UNPAIDEXPENSEFORMLOGIC_H
3
4
#include "
GeneralFormLogic.h
"
5
6
class
UnpaidExpenseFormLogic
:
public
GeneralFormLogic
7
{
8
Q_OBJECT
9
10
public
:
11
UnpaidExpenseFormLogic
();
12
virtual
~UnpaidExpenseFormLogic
();
13
14
void
SetTextInformationLabel
(
const
QString &text );
15
void
SetFocusLineEdit
();
16
17
void
SetPriceCaption
(
const
QString &text );
18
void
SetPaymentCaption
(
const
QString &text );
19
void
SetExpenseCaption
(
const
QString &text );
20
21
void
SetTicketPriceValue
(
const
QString &text );
22
void
SetUnitsText
(
const
QString &text );
23
24
QString
GetPaymentValue
();
25
QString
GetTicketPriceValue
();
26
27
signals:
28
void
OnReturnPressed
();
29
30
public
slots:
31
void
UserInputChanged
( QString input );
32
33
private
:
35
36
class
DataClass
;
37
QScopedPointer<DataClass> d;
38
40
};
41
42
#endif // UNPAIDEXPENSEFORMLOGIC_H
UnpaidExpenseFormLogic::~UnpaidExpenseFormLogic
virtual ~UnpaidExpenseFormLogic()
Definition:
UnpaidExpenseFormLogic.cpp:39
GeneralFormLogic
Definition:
GeneralFormLogic.h:7
UnpaidExpenseFormLogic::DataClass
QT INCLUDES.
Definition:
UnpaidExpenseFormLogic.cpp:10
UnpaidExpenseFormLogic::SetTextInformationLabel
void SetTextInformationLabel(const QString &text)
Definition:
UnpaidExpenseFormLogic.cpp:43
UnpaidExpenseFormLogic::SetFocusLineEdit
void SetFocusLineEdit()
Definition:
UnpaidExpenseFormLogic.cpp:48
UnpaidExpenseFormLogic::SetUnitsText
void SetUnitsText(const QString &text)
Definition:
UnpaidExpenseFormLogic.cpp:73
UnpaidExpenseFormLogic::GetTicketPriceValue
QString GetTicketPriceValue()
Definition:
UnpaidExpenseFormLogic.cpp:85
UnpaidExpenseFormLogic::UserInputChanged
void UserInputChanged(QString input)
Definition:
UnpaidExpenseFormLogic.cpp:90
GeneralFormLogic.h
UnpaidExpenseFormLogic::SetTicketPriceValue
void SetTicketPriceValue(const QString &text)
Definition:
UnpaidExpenseFormLogic.cpp:68
UnpaidExpenseFormLogic::OnReturnPressed
void OnReturnPressed()
UnpaidExpenseFormLogic::SetPriceCaption
void SetPriceCaption(const QString &text)
Definition:
UnpaidExpenseFormLogic.cpp:53
UnpaidExpenseFormLogic
Definition:
UnpaidExpenseFormLogic.h:6
UnpaidExpenseFormLogic::UnpaidExpenseFormLogic
UnpaidExpenseFormLogic()
Definition:
UnpaidExpenseFormLogic.cpp:28
UnpaidExpenseFormLogic::GetPaymentValue
QString GetPaymentValue()
Definition:
UnpaidExpenseFormLogic.cpp:80
UnpaidExpenseFormLogic::SetPaymentCaption
void SetPaymentCaption(const QString &text)
Definition:
UnpaidExpenseFormLogic.cpp:58
UnpaidExpenseFormLogic::SetExpenseCaption
void SetExpenseCaption(const QString &text)
Definition:
UnpaidExpenseFormLogic.cpp:63
Generated on Thu Dec 18 2025 23:21:47 for Vesna by
1.8.8