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

#include <brwbox.hxx>

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

Public Member Functions

 BrowseEvent (vcl::Window *pWindow, sal_Int32 nAbsRow, sal_uInt16 nColumn, sal_uInt16 nColumnId, const tools::Rectangle &rRect)
 
vcl::WindowGetWindow () const
 
sal_Int32 GetRow () const
 
sal_uInt16 GetColumn () const
 
sal_uInt16 GetColumnId () const
 
const tools::RectangleGetRect () const
 

Private Attributes

VclPtr< vcl::WindowpWin
 
tools::Rectangle aRect
 
sal_Int32 nRow
 
sal_uInt16 nCol
 
sal_uInt16 nColId
 

Detailed Description

Definition at line 118 of file brwbox.hxx.

Constructor & Destructor Documentation

◆ BrowseEvent()

BrowseEvent::BrowseEvent ( vcl::Window pWindow,
sal_Int32  nAbsRow,
sal_uInt16  nColumn,
sal_uInt16  nColumnId,
const tools::Rectangle rRect 
)

Definition at line 573 of file datwin.cxx.

Member Function Documentation

◆ GetColumn()

sal_uInt16 BrowseEvent::GetColumn ( ) const
inline

Definition at line 134 of file brwbox.hxx.

References nCol.

Referenced by BrowseBox::MouseButtonDown(), and svt::EditBrowseBox::BrowserMouseEventPtr::Set().

◆ GetColumnId()

sal_uInt16 BrowseEvent::GetColumnId ( ) const
inline

◆ GetRect()

const tools::Rectangle & BrowseEvent::GetRect ( ) const
inline

◆ GetRow()

sal_Int32 BrowseEvent::GetRow ( ) const
inline

◆ GetWindow()

vcl::Window * BrowseEvent::GetWindow ( ) const
inline

Definition at line 132 of file brwbox.hxx.

References pWin.

Referenced by svt::EditBrowseBox::BrowserMouseEventPtr::Set().

Member Data Documentation

◆ aRect

tools::Rectangle BrowseEvent::aRect
private

Definition at line 121 of file brwbox.hxx.

Referenced by GetRect().

◆ nCol

sal_uInt16 BrowseEvent::nCol
private

Definition at line 123 of file brwbox.hxx.

Referenced by GetColumn().

◆ nColId

sal_uInt16 BrowseEvent::nColId
private

Definition at line 124 of file brwbox.hxx.

Referenced by GetColumnId().

◆ nRow

sal_Int32 BrowseEvent::nRow
private

Definition at line 122 of file brwbox.hxx.

Referenced by GetRow().

◆ pWin

VclPtr<vcl::Window> BrowseEvent::pWin
private

Definition at line 120 of file brwbox.hxx.

Referenced by GetWindow().


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