Loading...
Searching...
No Matches
NetworkSessionInterface.hpp
Implemented by an application plug-in able to join a collaborative session hosted by another instance...
Definition NetworkSessionInterface.hpp:19
virtual void joinSession(QWidget *parent, std::function< void(bool)> done)=0
Ask the user which session to join, then connect to it.
NetworkSessionInterface * findNetworkSessionInterface(const GUIApplicationContext &ctx)
The first plug-in able to join sessions, or nullptr.
Definition NetworkSessionInterface.cpp:10
Specializes ApplicationContext with the QMainWindow.
Definition GUIApplicationContext.hpp:15