|
ParaView
|
pqDefaultViewBehavior ensures that when a new server connection is made, the default view of the user-specified type is automatically created. More...
#include <pqDefaultViewBehavior.h>
Public Member Functions | |
| pqDefaultViewBehavior (QObject *parent=0) | |
Protected Slots | |
| void | onServerCreation (pqServer *) |
| void | fiveMinuteTimeoutWarning () |
| void | finalTimeoutWarning () |
pqDefaultViewBehavior ensures that when a new server connection is made, the default view of the user-specified type is automatically created.
This also has the logic to warn before server connection timesout.
Definition at line 44 of file pqDefaultViewBehavior.h.
| pqDefaultViewBehavior::pqDefaultViewBehavior | ( | QObject * | parent = 0 | ) |
| void pqDefaultViewBehavior::onServerCreation | ( | pqServer * | ) | [protected, slot] |
| void pqDefaultViewBehavior::fiveMinuteTimeoutWarning | ( | ) | [protected, slot] |
| void pqDefaultViewBehavior::finalTimeoutWarning | ( | ) | [protected, slot] |
1.7.5.1