libzypp 17.37.17
|
Public Member Functions | |
SocketNotifierPrivate (SocketNotifier &p) | |
Public Member Functions inherited from zyppng::AbstractEventSourcePrivate | |
AbstractEventSourcePrivate (AbstractEventSource &p) | |
Public Member Functions inherited from zyppng::BasePrivate | |
BasePrivate (Base &b) | |
virtual | ~BasePrivate () |
virtual void | init () |
Public Attributes | |
Signal< void(const SocketNotifier &, int)> | _activated |
int | _socket = -1 |
int | _mode = SocketNotifier::Read |
bool | _enabled = false |
Public Attributes inherited from zyppng::AbstractEventSourcePrivate | |
std::weak_ptr< EventDispatcher > | _ev |
Public Attributes inherited from zyppng::BasePrivate | |
Base::WeakPtr | parent |
std::unordered_set< Base::Ptr > | children |
Base * | z_ptr = nullptr |
std::thread::id | threadId = std::this_thread::get_id() |
Definition at line 6 of file socketnotifier.cc.
|
inline |
Definition at line 11 of file socketnotifier.cc.
Signal< void (const SocketNotifier &, int)> zyppng::SocketNotifierPrivate::_activated |
Definition at line 14 of file socketnotifier.cc.
int zyppng::SocketNotifierPrivate::_socket = -1 |
Definition at line 16 of file socketnotifier.cc.
int zyppng::SocketNotifierPrivate::_mode = SocketNotifier::Read |
Definition at line 17 of file socketnotifier.cc.
bool zyppng::SocketNotifierPrivate::_enabled = false |
Definition at line 18 of file socketnotifier.cc.