-
- Downloads
BehaviorController: implementation
- this class is an helper for clients. Clients can connect
signals from this class to easily update their views.
- for now, this class has the following signals:
- showChatView: the client should open the chat view.
- showCallView: the client should open the call view.
- showIncomingCallView: the client should open the incoming call
view.
Change-Id: I9f51859c08aeadacf46d3c828dc9ab012c19b8f1
Reviewed-by:
Guillaume Roguez <guilaume.roguez@savoirfairelinux.com>
Showing
- CMakeLists.txt 2 additions, 0 deletionsCMakeLists.txt
- src/api/behaviorcontroller.h 71 additions, 0 deletionssrc/api/behaviorcontroller.h
- src/api/conversationmodel.h 5 additions, 1 deletionsrc/api/conversationmodel.h
- src/api/lrc.h 6 additions, 0 deletionssrc/api/lrc.h
- src/api/newaccountmodel.h 5 additions, 1 deletionsrc/api/newaccountmodel.h
- src/behaviorcontroller.cpp 42 additions, 0 deletionssrc/behaviorcontroller.cpp
- src/conversationmodel.cpp 18 additions, 11 deletionssrc/conversationmodel.cpp
- src/lrc.cpp 10 additions, 1 deletionsrc/lrc.cpp
- src/newaccountmodel.cpp 12 additions, 5 deletionssrc/newaccountmodel.cpp
Loading
Please register or sign in to comment