libzypp 17.34.0
userinterface.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
9#ifndef ZYPP_CORE_ZYPPNG_USERINTERFACE_H
10#define ZYPP_CORE_ZYPPNG_USERINTERFACE_H
11
12#include <zypp-core/zyppng/base/Base>
13#include <zypp-core/zyppng/base/Signals>
14
15namespace zyppng {
16
19
21
45
46}
47
48#endif
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Definition AutoDispose.h:95
SignalProxy< void(UserRequestRef event)> sigEvent()
void sendUserRequest(const UserRequestRef &event)
ZYPP_DECL_PRIVATE_CONSTR(UserInterface)
UserInterface(UserInterfacePrivate &d)
#define ZYPP_ADD_CREATE_FUNC(Class)
Definition zyppglobal.h:196
#define ZYPP_DECLARE_PRIVATE(Class)
Definition zyppglobal.h:86
#define ZYPP_FWD_DECL_TYPE_WITH_REFS(T)
Definition zyppglobal.h:117