LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScSortKeyItem Struct Reference

#include <sortkeydlg.hxx>

Collaboration diagram for ScSortKeyItem:
[legend]

Public Member Functions

 ScSortKeyItem (weld::Container *pParent)
 
 ~ScSortKeyItem ()
 
void DisableField ()
 
void EnableField ()
 

Public Attributes

std::unique_ptr< weld::Builderm_xBuilder
 
std::unique_ptr< weld::Framem_xFrame
 
std::unique_ptr< weld::ComboBoxm_xLbSort
 
std::unique_ptr< weld::RadioButtonm_xBtnUp
 
std::unique_ptr< weld::RadioButtonm_xBtnDown
 
std::unique_ptr< weld::Labelm_xLabel
 
weld::Containerm_pParent
 

Detailed Description

Definition at line 17 of file sortkeydlg.hxx.

Constructor & Destructor Documentation

◆ ScSortKeyItem()

ScSortKeyItem::ScSortKeyItem ( weld::Container pParent)

Definition at line 18 of file sortkeydlg.cxx.

References getLength(), m_xFrame, m_xLabel, m_xLabel, m_xLbSort, and ScResId().

◆ ~ScSortKeyItem()

ScSortKeyItem::~ScSortKeyItem ( )

Definition at line 35 of file sortkeydlg.cxx.

References m_pParent, m_xFrame, and weld::Container::move().

Member Function Documentation

◆ DisableField()

void ScSortKeyItem::DisableField ( )

Definition at line 40 of file sortkeydlg.cxx.

References m_xFrame.

◆ EnableField()

void ScSortKeyItem::EnableField ( )

Definition at line 45 of file sortkeydlg.cxx.

References m_xFrame.

Member Data Documentation

◆ m_pParent

weld::Container* ScSortKeyItem::m_pParent

Definition at line 26 of file sortkeydlg.hxx.

Referenced by ~ScSortKeyItem().

◆ m_xBtnDown

std::unique_ptr<weld::RadioButton> ScSortKeyItem::m_xBtnDown

Definition at line 24 of file sortkeydlg.hxx.

◆ m_xBtnUp

std::unique_ptr<weld::RadioButton> ScSortKeyItem::m_xBtnUp

Definition at line 23 of file sortkeydlg.hxx.

◆ m_xBuilder

std::unique_ptr<weld::Builder> ScSortKeyItem::m_xBuilder

Definition at line 19 of file sortkeydlg.hxx.

◆ m_xFrame

std::unique_ptr<weld::Frame> ScSortKeyItem::m_xFrame

◆ m_xLabel

std::unique_ptr<weld::Label> ScSortKeyItem::m_xLabel

Definition at line 25 of file sortkeydlg.hxx.

Referenced by ScSortKeyItem().

◆ m_xLbSort

std::unique_ptr<weld::ComboBox> ScSortKeyItem::m_xLbSort

Definition at line 22 of file sortkeydlg.hxx.

Referenced by ScSortKeyWindow::AddSortKey(), and ScSortKeyItem().


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