Vesna
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
src
states
StateMessageReply.h
Go to the documentation of this file.
1
#ifndef STATEMESSAGEREPLY_H
2
#define STATEMESSAGEREPLY_H
3
4
#include "
ApplicationState.h
"
5
6
class
StateMessageReply
:
public
ApplicationState
7
{
8
Q_OBJECT
9
public
:
10
explicit
StateMessageReply
(
ApplicationStateManager
*stateManager );
11
virtual
~StateMessageReply
();
12
13
StateMessageReply
*
Clone
( StorageList &inputStream );
14
15
virtual
void
OnEnter
();
16
virtual
void
OnResume
();
17
virtual
void
OnLeave
();
18
virtual
void
OnPanelActionButtonClicked
();
19
20
virtual
void
OnBusStopArrival
(
const
int
tripBusStopIndex,
const
GPSDefines::BusStopChangeType
busStopChangeType );
21
22
private
slots:
23
void
OnSendMessageButtonClicked(
const
QString &messageText,
const
TextMessageID_t
predefinedMessageID );
24
void
OnMessageTextTooLong();
25
26
private
:
28
29
class
DataClass;
30
QScopedPointer<DataClass> d;
31
33
};
34
35
#endif // STATEMESSAGEREPLY_H
StateMessageReply::Clone
StateMessageReply * Clone(StorageList &inputStream)
Definition:
StateMessageReply.cpp:100
TextMessageID_t
uint32_t TextMessageID_t
Definition:
DispatchingTextMessagesDefines.h:24
ApplicationStateManager
Definition:
ApplicationStateManager.h:43
StateMessageReply::OnBusStopArrival
virtual void OnBusStopArrival(const int tripBusStopIndex, const GPSDefines::BusStopChangeType busStopChangeType)
Definition:
StateMessageReply.cpp:181
StateMessageReply::OnResume
virtual void OnResume()
Definition:
StateMessageReply.cpp:162
ApplicationState
Definition:
ApplicationState.h:33
ApplicationState.h
StateMessageReply::OnLeave
virtual void OnLeave()
Definition:
StateMessageReply.cpp:171
StateMessageReply::StateMessageReply
StateMessageReply(ApplicationStateManager *stateManager)
Definition:
StateMessageReply.cpp:82
StateMessageReply::OnEnter
virtual void OnEnter()
Definition:
StateMessageReply.cpp:109
StateMessageReply::~StateMessageReply
virtual ~StateMessageReply()
Definition:
StateMessageReply.cpp:95
StateMessageReply::OnPanelActionButtonClicked
virtual void OnPanelActionButtonClicked()
Definition:
StateMessageReply.cpp:176
StateMessageReply
Definition:
StateMessageReply.h:6
GPSDefines::BusStopChangeType
BusStopChangeType
Definition:
GPSDefines.h:30
Generated on Thu Dec 18 2025 23:21:46 for Vesna by
1.8.8