All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions
GpCoreTools::ScreenClientConnect Class Reference
Inheritance diagram for GpCoreTools::ScreenClientConnect:
GpCoreTools::Timer

List of all members.

Public Member Functions

virtual bool exec ()
 ScreenClientConnect (ScreenClient *c)

Constructor & Destructor Documentation

References GpCoreTools::Timer::setInterval().

      : Timer() {
      _client=c;
      setInterval(10000);
    }

Member Function Documentation

virtual bool GpCoreTools::ScreenClientConnect::exec ( ) [inline, virtual]

Performs action after timeout. If it returns true the timer is not single shot, i.e. deleted right after exec().

Implements GpCoreTools::Timer.

References GpCoreTools::ScreenClient::connect().

                        {
      _client->connect();
      return false; // single shot
    }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines