pqCollaborationPanel is a properties page for the collaborative session.
More...
#include <pqCollaborationPanel.h>
List of all members.
Detailed Description
pqCollaborationPanel is a properties page for the collaborative session.
It allows the user to change its name and manage leadership of the session.
Definition at line 47 of file pqCollaborationPanel.h.
Constructor & Destructor Documentation
| pqCollaborationPanel::pqCollaborationPanel |
( |
QWidget * |
parent = 0 | ) |
|
| pqCollaborationPanel::~pqCollaborationPanel |
( |
| ) |
|
Member Function Documentation
| void pqCollaborationPanel::triggerChatMessage |
( |
pqServer * |
server, |
|
|
int |
userId, |
|
|
QString & |
msgContent |
|
) |
| [signal] |
Emitting this signal will result by adding the message into the UI and if the user is the local one, the message will be broadcasted to the other clients.
| void pqCollaborationPanel::shareLocalMousePointer |
( |
bool |
| ) |
[signal] |
Emmitting this signal when user has allowed its mouse position to be shared and send to the other clients.
| void pqCollaborationPanel::delayUpdateCamera |
( |
vtkSMMessage * |
msg | ) |
[signal] |
This get triggered internally when it's not a good time to update the camera so the request get pushed to QueuedConnection.
| void pqCollaborationPanel::writeChatMessage |
( |
pqServer * |
server, |
|
|
int |
userId, |
|
|
QString & |
txt |
|
) |
| [slot] |
| void pqCollaborationPanel::onUserUpdate |
( |
| ) |
[slot] |
| void pqCollaborationPanel::onNewMaster |
( |
int |
| ) |
[slot] |
Called when a new master has been promoted.
| void pqCollaborationPanel::onUserMessage |
( |
| ) |
[protected, slot] |
Called when user hit enter in the input line of chat message.
| void pqCollaborationPanel::connectViewLocalSlots |
( |
pqView * |
| ) |
[protected, slot] |
Called when pqView are added/removed so we can listen user interaction.
| void pqCollaborationPanel::disconnectViewLocalSlots |
( |
pqView * |
| ) |
[protected, slot] |
| void pqCollaborationPanel::stopFollowingCamera |
( |
| ) |
[protected, slot] |
| void pqCollaborationPanel::itemChanged |
( |
QTableWidgetItem * |
item | ) |
[protected, slot] |
Called when the user change its name (double click in the table on his name)
| void pqCollaborationPanel::cellDoubleClicked |
( |
int |
, |
|
|
int |
|
|
) |
| [protected, slot] |
Called when the user double click on any cell.
| void pqCollaborationPanel::followUserCamera |
( |
int |
userId | ) |
[protected, slot] |
Called when to follow a given user camera.
| void pqCollaborationPanel::onServerChanged |
( |
| ) |
[protected, slot] |
| void pqCollaborationPanel::promoteToMaster |
( |
int |
masterId | ) |
[protected] |
Member Data Documentation
The documentation for this class was generated from the following file: