Equalizer  1.6.1
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
eqPly::EqPly Class Reference

The EqPly application instance. More...

#include <eqPly.h>

+ Inheritance diagram for eqPly::EqPly:
+ Collaboration diagram for eqPly::EqPly:

Public Member Functions

 EqPly (const LocalInitData &initData)
 
int run ()
 Run an eqPly instance. More...
 
- Public Member Functions inherited from eq::Client
 Client ()
 Construct a new client. More...
 
virtual ~Client ()
 Destruct the client. More...
 
bool connectServer (ServerPtr server)
 Open and connect an Equalizer server to the local client. More...
 
bool disconnectServer (ServerPtr server)
 Disconnect and close the connection to an Equalizer server. More...
 
virtual bool initLocal (const int argc, char **argv)
 Initialize a local, listening node. More...
 
virtual bool exitLocal ()
 De-initialize a local, listening node. More...
 
bool hasCommands ()
 
virtual co::CommandQueue * getMainThreadQueue ()
 
const Strings & getActiveLayouts ()
 
const std::string & getGPUFilter () const
 
float getModelUnit () const
 
- Public Member Functions inherited from eq::fabric::Client
bool connectServer (co::NodePtr server)
 Open and connect an Equalizer server to the local client. More...
 
bool disconnectServer (co::NodePtr server)
 Disconnect and close the connection to an Equalizer server. More...
 
void processCommand (const uint32_t timeout=LB_TIMEOUT_INDEFINITE)
 Get and process one pending command from the node command queue. More...
 
virtual bool dispatchCommand (co::ICommand &command)
 

Static Public Member Functions

static const std::string & getHelp ()
 

Protected Member Functions

virtual void clientLoop ()
 
- Protected Member Functions inherited from eq::Client
virtual void exitClient ()
 Exit the process cleanly on render clients. More...
 
- Protected Member Functions inherited from eq::fabric::Client
 Client ()
 Construct a new client.
 

Detailed Description

The EqPly application instance.

Definition at line 56 of file eqPly.h.

Member Function Documentation

void eqPly::EqPly::clientLoop ( )
protectedvirtual
See Also
eq::Client::clientLoop.

Reimplemented from eq::Client.

Definition at line 182 of file eqPly.cpp.

References eq::Client::clientLoop().

+ Here is the call graph for this function:

const std::string & eqPly::EqPly::getHelp ( )
static
Returns
a string containing an online help description.

Definition at line 74 of file eqPly.cpp.

int eqPly::EqPly::run ( )

The documentation for this class was generated from the following files: