libzypp 17.37.17
userinterface.cc
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
9
11#include <zypp-core/zyppng/ui/UserRequest>
12
13namespace zyppng {
14
16
18
21
22 void UserInterface::sendUserRequest(const UserRequestRef& event)
23 {
24 Z_D();
25 d->_sigEvent.emit( event );
26 }
27
28 SignalProxy<void (UserRequestRef)> UserInterface::sigEvent()
29 {
30 return d_func()->_sigEvent;
31 }
32}
SignalProxy< void(UserRequestRef event)> sigEvent()
void sendUserRequest(const UserRequestRef &event)
UserInterface(UserInterfacePrivate &d)
ZYPP_IMPL_PRIVATE_CONSTR(Context)
Definition context.cc:19
#define ZYPP_IMPL_PRIVATE(Class)
Definition zyppglobal.h:92
#define Z_D()
Definition zyppglobal.h:105