LibreOffice Module sw (master) 1
Public Member Functions | Protected Attributes | List of all members
SwTOXWidget Class Referenceabstract
Inheritance diagram for SwTOXWidget:
[legend]
Collaboration diagram for SwTOXWidget:
[legend]

Public Member Functions

virtual WindowType GetType () const =0
 
virtual void GrabFocus ()=0
 
virtual void Hide ()=0
 
virtual void set_grid_left_attach (int nPos)=0
 
virtual void get_extents_relative_to (weld::Widget &rRelative, int &x, int &y, int &width, int &height)=0
 
void SetGetFocusHdl (const Link< SwTOXWidget &, void > &rLink)
 
virtual ~SwTOXWidget ()
 

Protected Attributes

Link< SwTOXWidget &, void > m_aGetFocusLink
 

Detailed Description

Definition at line 1503 of file cnttab.cxx.

Constructor & Destructor Documentation

◆ ~SwTOXWidget()

virtual SwTOXWidget::~SwTOXWidget ( )
inlinevirtual

Definition at line 1514 of file cnttab.cxx.

Member Function Documentation

◆ get_extents_relative_to()

virtual void SwTOXWidget::get_extents_relative_to ( weld::Widget rRelative,
int x,
int y,
int width,
int height 
)
pure virtual

Implemented in SwTOXEdit, and SwTOXButton.

Referenced by SwTokenWindow::AdjustScrolling(), and IMPL_LINK().

◆ GetType()

virtual WindowType SwTOXWidget::GetType ( ) const
pure virtual

◆ GrabFocus()

virtual void SwTOXWidget::GrabFocus ( )
pure virtual

Implemented in SwTOXEdit, and SwTOXButton.

Referenced by IMPL_LINK(), and SwTokenWindow::SetActiveControl().

◆ Hide()

virtual void SwTOXWidget::Hide ( )
pure virtual

◆ set_grid_left_attach()

virtual void SwTOXWidget::set_grid_left_attach ( int  nPos)
pure virtual

Implemented in SwTOXEdit, and SwTOXButton.

◆ SetGetFocusHdl()

void SwTOXWidget::SetGetFocusHdl ( const Link< SwTOXWidget &, void > &  rLink)
inline

Definition at line 1513 of file cnttab.cxx.

References m_aGetFocusLink.

Referenced by SwTokenWindow::InsertAtSelection(), and SwTokenWindow::InsertItem().

Member Data Documentation

◆ m_aGetFocusLink

Link<SwTOXWidget&,void> SwTOXWidget::m_aGetFocusLink
protected

Definition at line 1506 of file cnttab.cxx.

Referenced by SetGetFocusHdl().


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