LibreOffice Module sd (master) 1
Public Member Functions | Public Attributes | List of all members
sd::ClientBoxEntry Struct Reference

#include <RemoteDialogClientBox.hxx>

Collaboration diagram for sd::ClientBoxEntry:
[legend]

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::Builderm_xBuilder
 
std::unique_ptr< weld::Containerm_xContainer
 
std::unique_ptr< weld::Labelm_xDeviceName
 
std::unique_ptr< weld::Labelm_xPinLabel
 
std::unique_ptr< weld::Entrym_xPinBox
 
std::unique_ptr< weld::Buttonm_xDeauthoriseButton
 
std::shared_ptr< ClientInfom_xClientInfo
 
ClientBoxm_pClientBox
 

Detailed Description

Definition at line 42 of file RemoteDialogClientBox.hxx.

Constructor & Destructor Documentation

◆ ClientBoxEntry()

sd::ClientBoxEntry::ClientBoxEntry ( ClientBox pClientBox,
std::shared_ptr< ClientInfo pClientInfo 
)

◆ ~ClientBoxEntry()

sd::ClientBoxEntry::~ClientBoxEntry ( )

Member Function Documentation

◆ DECL_LINK() [1/2]

sd::ClientBoxEntry::DECL_LINK ( DeauthoriseHdl  ,
weld::Button ,
void   
)

◆ DECL_LINK() [2/2]

sd::ClientBoxEntry::DECL_LINK ( FocusHdl  ,
weld::Widget ,
void   
)

Member Data Documentation

◆ m_pClientBox

ClientBox* sd::ClientBoxEntry::m_pClientBox

Definition at line 52 of file RemoteDialogClientBox.hxx.

Referenced by ~ClientBoxEntry().

◆ m_xBuilder

std::unique_ptr<weld::Builder> sd::ClientBoxEntry::m_xBuilder

Definition at line 44 of file RemoteDialogClientBox.hxx.

◆ m_xClientInfo

std::shared_ptr<ClientInfo> sd::ClientBoxEntry::m_xClientInfo

Definition at line 51 of file RemoteDialogClientBox.hxx.

Referenced by ClientBoxEntry().

◆ m_xContainer

std::unique_ptr<weld::Container> sd::ClientBoxEntry::m_xContainer

Definition at line 45 of file RemoteDialogClientBox.hxx.

Referenced by ~ClientBoxEntry().

◆ m_xDeauthoriseButton

std::unique_ptr<weld::Button> sd::ClientBoxEntry::m_xDeauthoriseButton

Definition at line 49 of file RemoteDialogClientBox.hxx.

Referenced by ClientBoxEntry().

◆ m_xDeviceName

std::unique_ptr<weld::Label> sd::ClientBoxEntry::m_xDeviceName

Definition at line 46 of file RemoteDialogClientBox.hxx.

Referenced by ClientBoxEntry().

◆ m_xPinBox

std::unique_ptr<weld::Entry> sd::ClientBoxEntry::m_xPinBox

Definition at line 48 of file RemoteDialogClientBox.hxx.

Referenced by ClientBoxEntry().

◆ m_xPinLabel

std::unique_ptr<weld::Label> sd::ClientBoxEntry::m_xPinLabel

Definition at line 47 of file RemoteDialogClientBox.hxx.

Referenced by ClientBoxEntry().


The documentation for this struct was generated from the following files: