|
Vesna
|
#include <MessageReplyFormLogic.h>


Signals | |
| void | OnSendMessageButtonClicked (const QString &messageText, const TextMessageID_t predefinedMessageID=0) |
| void | MessageTextTooLong () |
Public Member Functions | |
| MessageReplyFormLogic () | |
| virtual | ~MessageReplyFormLogic () |
| void | SetMessageTextEdit (const QString &text) |
| void | SetReplyPossibilitiesCaptionLabelText (const QString &text) |
| void | SetRepliedTextMessage (QDateTime messageTime, QString messageText) |
| void | AddMessagePossibleReplies (const QString &text, const QString &category=QString(), TextMessageID_t predefinedMessageID=0) |
| void | ShowMessage () |
| void | SetSendMessageButtonEnabled (bool enabled) |
| bool | SetVirtualKeyboardLayout (const QString &layoutName) |
| void | SetVirtualKeyboardVisible (bool visible) |
| bool | eventFilter (QObject *object, QEvent *event) |
Public Member Functions inherited from GeneralFormLogic | |
| GeneralFormLogic () | |
| virtual | ~GeneralFormLogic () |
| template<class Ui , class Widget = QWidget> | |
| void | CreateWidget (const QString &cssFile, Ui *ui) |
Additional Inherited Members | |
Static Public Member Functions inherited from GeneralFormLogic | |
| static QString | GetStyle (const QString &styleFileName) |
| static void | LoadStyleForWidget (const QString &styleFileName, QWidget *widget) |
| static void | AdjustScrollerProperties (QWidget *widget) |
| static void | AddDropShadowEffect (QWidget *widget, const QColor &dropShadowColor=Qt::gray) |
Protected Member Functions inherited from GeneralFormLogic | |
| QWidget * | GetWidget () |
| INTERNAL MessageReplyFormLogic::MessageReplyFormLogic | ( | ) |

|
virtual |
| void MessageReplyFormLogic::AddMessagePossibleReplies | ( | const QString & | text, |
| const QString & | category = QString(), |
||
| TextMessageID_t | predefinedMessageID = 0 |
||
| ) |
| bool MessageReplyFormLogic::eventFilter | ( | QObject * | object, |
| QEvent * | event | ||
| ) |
Nothing to do
|
signal |
|
signal |
| void MessageReplyFormLogic::SetMessageTextEdit | ( | const QString & | text | ) |
| void MessageReplyFormLogic::SetRepliedTextMessage | ( | QDateTime | messageTime, |
| QString | messageText | ||
| ) |

| void MessageReplyFormLogic::SetReplyPossibilitiesCaptionLabelText | ( | const QString & | text | ) |
| void MessageReplyFormLogic::SetSendMessageButtonEnabled | ( | bool | enabled | ) |
| bool MessageReplyFormLogic::SetVirtualKeyboardLayout | ( | const QString & | layoutName | ) |
| void MessageReplyFormLogic::SetVirtualKeyboardVisible | ( | bool | visible | ) |
| void MessageReplyFormLogic::ShowMessage | ( | ) |
1.8.8