LibreOffice Module sd (master) 1
|
#include <RemoteDialogClientBox.hxx>
Public Member Functions | |
DECL_LINK (DeauthoriseHdl, weld::Button &, void) | |
DECL_LINK (FocusHdl, weld::Widget &, void) | |
ClientBoxEntry (ClientBox *pClientBox, std::shared_ptr< ClientInfo > pClientInfo) | |
~ClientBoxEntry () | |
Public Attributes | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::unique_ptr< weld::Container > | m_xContainer |
std::unique_ptr< weld::Label > | m_xDeviceName |
std::unique_ptr< weld::Label > | m_xPinLabel |
std::unique_ptr< weld::Entry > | m_xPinBox |
std::unique_ptr< weld::Button > | m_xDeauthoriseButton |
std::shared_ptr< ClientInfo > | m_xClientInfo |
ClientBox * | m_pClientBox |
Definition at line 42 of file RemoteDialogClientBox.hxx.
sd::ClientBoxEntry::ClientBoxEntry | ( | ClientBox * | pClientBox, |
std::shared_ptr< ClientInfo > | pClientInfo | ||
) |
Definition at line 32 of file RemoteDialogClientBox.cxx.
References LINK, m_xClientInfo, m_xContainer, m_xDeauthoriseButton, m_xDeviceName, m_xPinBox, and m_xPinLabel.
sd::ClientBoxEntry::~ClientBoxEntry | ( | ) |
Definition at line 53 of file RemoteDialogClientBox.cxx.
References sd::ClientBox::GetContainer(), m_pClientBox, m_xContainer, and weld::Container::move().
sd::ClientBoxEntry::DECL_LINK | ( | DeauthoriseHdl | , |
weld::Button & | , | ||
void | |||
) |
sd::ClientBoxEntry::DECL_LINK | ( | FocusHdl | , |
weld::Widget & | , | ||
void | |||
) |
ClientBox* sd::ClientBoxEntry::m_pClientBox |
Definition at line 52 of file RemoteDialogClientBox.hxx.
Referenced by ~ClientBoxEntry().
std::unique_ptr<weld::Builder> sd::ClientBoxEntry::m_xBuilder |
Definition at line 44 of file RemoteDialogClientBox.hxx.
std::shared_ptr<ClientInfo> sd::ClientBoxEntry::m_xClientInfo |
Definition at line 51 of file RemoteDialogClientBox.hxx.
Referenced by ClientBoxEntry().
std::unique_ptr<weld::Container> sd::ClientBoxEntry::m_xContainer |
Definition at line 45 of file RemoteDialogClientBox.hxx.
Referenced by ~ClientBoxEntry().
std::unique_ptr<weld::Button> sd::ClientBoxEntry::m_xDeauthoriseButton |
Definition at line 49 of file RemoteDialogClientBox.hxx.
Referenced by ClientBoxEntry().
std::unique_ptr<weld::Label> sd::ClientBoxEntry::m_xDeviceName |
Definition at line 46 of file RemoteDialogClientBox.hxx.
Referenced by ClientBoxEntry().
std::unique_ptr<weld::Entry> sd::ClientBoxEntry::m_xPinBox |
Definition at line 48 of file RemoteDialogClientBox.hxx.
Referenced by ClientBoxEntry().
std::unique_ptr<weld::Label> sd::ClientBoxEntry::m_xPinLabel |
Definition at line 47 of file RemoteDialogClientBox.hxx.
Referenced by ClientBoxEntry().