Crazy Eddies GUI System 0.7.5
Public Member Functions
CEGUI::Event::ScopedConnection Class Reference

Event::Connection wrapper that automatically disconnects the connection when the object is deleted (or goes out of scope). More...

Inheritance diagram for CEGUI::Event::ScopedConnection:
Collaboration diagram for CEGUI::Event::ScopedConnection:

List of all members.

Public Member Functions

 ScopedConnection (const Event::Connection &connection)
ScopedConnectionoperator= (const Event::Connection &connection)
bool connected () const
void disconnect ()

Detailed Description

Event::Connection wrapper that automatically disconnects the connection when the object is deleted (or goes out of scope).