LibreOffice Module sc (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
ScPivotLayoutTreeListLabel Class Reference

#include <PivotLayoutTreeListLabel.hxx>

Inheritance diagram for ScPivotLayoutTreeListLabel:
[legend]
Collaboration diagram for ScPivotLayoutTreeListLabel:
[legend]

Public Member Functions

 ScPivotLayoutTreeListLabel (std::unique_ptr< weld::TreeView > xControl)
 
virtual ~ScPivotLayoutTreeListLabel () override
 
void FillLabelFields (ScDPLabelDataVector &rLabelVector)
 
ScItemValueGetItem (SCCOL nColumn)
 
bool IsDataElement (SCCOL nColumn)
 
virtual void InsertEntryForSourceTarget (weld::TreeView &rSource, int nTarget) override
 
- Public Member Functions inherited from ScPivotLayoutTreeListBase
void Setup (ScPivotLayoutDialog *pParent)
 
 ScPivotLayoutTreeListBase (std::unique_ptr< weld::TreeView > xControl, SvPivotTreeListType eType=UNDEFINED)
 
weld::TreeViewget_widget ()
 
virtual ~ScPivotLayoutTreeListBase ()
 
void PushEntriesToPivotFieldVector (ScPivotFieldVector &rVector)
 
void RemoveEntryForItem (const ScItemValue *pItemValue)
 
virtual void InsertEntryForSourceTarget (weld::TreeView &rSource, int nTarget)
 

Private Member Functions

 DECL_LINK (KeyInputHdl, const KeyEvent &, bool)
 

Private Attributes

std::vector< std::unique_ptr< ScItemValue > > maItemValues
 
SCCOL maDataItem
 

Additional Inherited Members

- Public Types inherited from ScPivotLayoutTreeListBase
enum  SvPivotTreeListType {
  UNDEFINED ,
  LABEL_LIST ,
  PAGE_LIST ,
  ROW_LIST ,
  COLUMN_LIST
}
 
- Protected Member Functions inherited from ScPivotLayoutTreeListBase
 DECL_LINK (GetFocusHdl, weld::Widget &, void)
 
 DECL_LINK (MnemonicActivateHdl, weld::Widget &, bool)
 
 DECL_LINK (LoseFocusHdl, weld::Widget &, void)
 
- Protected Attributes inherited from ScPivotLayoutTreeListBase
std::unique_ptr< weld::TreeViewmxControl
 
ScPivotLayoutTreeDropTarget maDropTargetHelper
 
SvPivotTreeListType meType
 
ScPivotLayoutDialogmpParent
 

Detailed Description

Definition at line 17 of file PivotLayoutTreeListLabel.hxx.

Constructor & Destructor Documentation

◆ ScPivotLayoutTreeListLabel()

ScPivotLayoutTreeListLabel::ScPivotLayoutTreeListLabel ( std::unique_ptr< weld::TreeView xControl)

Definition at line 19 of file PivotLayoutTreeListLabel.cxx.

References LINK, and ScPivotLayoutTreeListBase::mxControl.

◆ ~ScPivotLayoutTreeListLabel()

ScPivotLayoutTreeListLabel::~ScPivotLayoutTreeListLabel ( )
overridevirtual

Definition at line 26 of file PivotLayoutTreeListLabel.cxx.

Member Function Documentation

◆ DECL_LINK()

ScPivotLayoutTreeListLabel::DECL_LINK ( KeyInputHdl  ,
const KeyEvent ,
bool   
)
private

◆ FillLabelFields()

void ScPivotLayoutTreeListLabel::FillLabelFields ( ScDPLabelDataVector rLabelVector)

◆ GetItem()

ScItemValue * ScPivotLayoutTreeListLabel::GetItem ( SCCOL  nColumn)

Definition at line 62 of file PivotLayoutTreeListLabel.cxx.

References maDataItem, maItemValues, and PIVOT_DATA_FIELD.

◆ InsertEntryForSourceTarget()

void ScPivotLayoutTreeListLabel::InsertEntryForSourceTarget ( weld::TreeView rSource,
int  nTarget 
)
overridevirtual

◆ IsDataElement()

bool ScPivotLayoutTreeListLabel::IsDataElement ( SCCOL  nColumn)

Definition at line 57 of file PivotLayoutTreeListLabel.cxx.

References maDataItem, and PIVOT_DATA_FIELD.

Member Data Documentation

◆ maDataItem

SCCOL ScPivotLayoutTreeListLabel::maDataItem
private

Definition at line 21 of file PivotLayoutTreeListLabel.hxx.

Referenced by FillLabelFields(), GetItem(), and IsDataElement().

◆ maItemValues

std::vector<std::unique_ptr<ScItemValue> > ScPivotLayoutTreeListLabel::maItemValues
private

Definition at line 20 of file PivotLayoutTreeListLabel.hxx.

Referenced by FillLabelFields(), and GetItem().


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