LibreOffice Module basctl (master) 1
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
basctl::DlgEdFunc Class Reference

#include <dlgedfunc.hxx>

Inheritance diagram for basctl::DlgEdFunc:
[legend]
Collaboration diagram for basctl::DlgEdFunc:
[legend]

Public Member Functions

 DlgEdFunc (DlgEditor &rParent)
 
virtual ~DlgEdFunc ()
 
virtual void MouseButtonDown (const MouseEvent &rMEvt)
 
virtual bool MouseButtonUp (const MouseEvent &rMEvt)
 
virtual void MouseMove (const MouseEvent &rMEvt)
 
bool KeyInput (const KeyEvent &rKEvt)
 

Protected Member Functions

 DECL_LINK (ScrollTimeout, Timer *, void)
 
void ForceScroll (const Point &rPos)
 

Protected Attributes

DlgEditorrParent
 
Timer aScrollTimer
 

Detailed Description

Definition at line 33 of file dlgedfunc.hxx.

Constructor & Destructor Documentation

◆ DlgEdFunc()

basctl::DlgEdFunc::DlgEdFunc ( DlgEditor rParent)
explicit

◆ ~DlgEdFunc()

basctl::DlgEdFunc::~DlgEdFunc ( )
virtual

Definition at line 86 of file dlgedfunc.cxx.

Member Function Documentation

◆ DECL_LINK()

basctl::DlgEdFunc::DECL_LINK ( ScrollTimeout  ,
Timer ,
void   
)
protected

◆ ForceScroll()

void basctl::DlgEdFunc::ForceScroll ( const Point rPos)
protected

◆ KeyInput()

bool basctl::DlgEdFunc::KeyInput ( const KeyEvent rKEvt)

◆ MouseButtonDown()

void basctl::DlgEdFunc::MouseButtonDown ( const MouseEvent rMEvt)
virtual

Reimplemented in basctl::DlgEdFuncInsert, and basctl::DlgEdFuncSelect.

Definition at line 90 of file dlgedfunc.cxx.

◆ MouseButtonUp()

bool basctl::DlgEdFunc::MouseButtonUp ( const MouseEvent rMEvt)
virtual

◆ MouseMove()

void basctl::DlgEdFunc::MouseMove ( const MouseEvent rMEvt)
virtual

Reimplemented in basctl::DlgEdFuncInsert, and basctl::DlgEdFuncSelect.

Definition at line 100 of file dlgedfunc.cxx.

Member Data Documentation

◆ aScrollTimer

Timer basctl::DlgEdFunc::aScrollTimer
protected

Definition at line 37 of file dlgedfunc.hxx.

Referenced by DlgEdFunc(), ForceScroll(), and MouseButtonUp().

◆ rParent

DlgEditor& basctl::DlgEdFunc::rParent
protected

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