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

#include <treelistbox.hxx>

Public Member Functions

 SvLBoxTab ()
 
 SvLBoxTab (tools::Long nPos, SvLBoxTabFlags nFlags)
 
 SvLBoxTab (const SvLBoxTab &)
 
bool IsDynamic () const
 
void SetPos (tools::Long nNewPos)
 
tools::Long GetPos () const
 
tools::Long CalcOffset (tools::Long nItemLength, tools::Long nTabWidth)
 
bool IsEditable () const
 

Public Attributes

SvLBoxTabFlags nFlags
 

Private Attributes

tools::Long nPos
 

Detailed Description

Definition at line 98 of file treelistbox.hxx.

Constructor & Destructor Documentation

◆ SvLBoxTab() [1/3]

SvLBoxTab::SvLBoxTab ( )

Definition at line 273 of file treelistbox.cxx.

References nFlags, NONE, and nPos.

◆ SvLBoxTab() [2/3]

SvLBoxTab::SvLBoxTab ( tools::Long  nPos,
SvLBoxTabFlags  nFlags 
)

Definition at line 279 of file treelistbox.cxx.

References nFlags, and nPos.

◆ SvLBoxTab() [3/3]

SvLBoxTab::SvLBoxTab ( const SvLBoxTab rTab)

Definition at line 285 of file treelistbox.cxx.

References nFlags, and nPos.

Member Function Documentation

◆ CalcOffset()

tools::Long SvLBoxTab::CalcOffset ( tools::Long  nItemLength,
tools::Long  nTabWidth 
)

◆ GetPos()

tools::Long SvLBoxTab::GetPos ( ) const
inline

◆ IsDynamic()

bool SvLBoxTab::IsDynamic ( ) const
inline

Definition at line 108 of file treelistbox.hxx.

References DYNAMIC, and nFlags.

Referenced by SvTreeListBox::GetTabPos(), and SvTreeListBox::PaintEntry1().

◆ IsEditable()

bool SvLBoxTab::IsEditable ( ) const
inline

Definition at line 112 of file treelistbox.hxx.

References EDITABLE, and nFlags.

Referenced by SvTreeListBox::ImplEditEntry(), and SvImpLBox::MouseButtonDown().

◆ SetPos()

void SvLBoxTab::SetPos ( tools::Long  nNewPos)
inline

Definition at line 109 of file treelistbox.hxx.

References nPos.

Member Data Documentation

◆ nFlags

SvLBoxTabFlags SvLBoxTab::nFlags

◆ nPos

tools::Long SvLBoxTab::nPos
private

Definition at line 100 of file treelistbox.hxx.

Referenced by GetPos(), SetPos(), and SvLBoxTab().


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