|
LibreOffice Module svtools (master) 1
|
Public Member Functions | |
| BrowserMouseEventPtr () | |
| bool | Is () const |
| bool | IsDown () const |
| const BrowserMouseEvent * | operator-> () const |
| SVT_DLLPUBLIC void | Clear () |
| void | Set (const BrowserMouseEvent *pEvt, bool bIsDown) |
Private Attributes | |
| std::unique_ptr< BrowserMouseEvent > | pEvent |
| bool | bDown |
Definition at line 919 of file editbrowsebox.hxx.
|
inline |
Definition at line 925 of file editbrowsebox.hxx.
| void svt::EditBrowseBox::BrowserMouseEventPtr::Clear | ( | ) |
Definition at line 79 of file editbrowsebox.cxx.
References pEvent.
Referenced by svt::EditBrowseBox::MouseButtonDown(), and svt::EditBrowseBox::MouseButtonUp().
|
inline |
Definition at line 930 of file editbrowsebox.hxx.
Referenced by svt::EditBrowseBox::ActivateCell(), and svt::EditBrowseBox::IsCursorMoveAllowed().
|
inline |
Definition at line 931 of file editbrowsebox.hxx.
Referenced by svt::EditBrowseBox::ActivateCell().
|
inline |
Definition at line 932 of file editbrowsebox.hxx.
| void svt::EditBrowseBox::BrowserMouseEventPtr::Set | ( | const BrowserMouseEvent * | pEvt, |
| bool | bIsDown | ||
| ) |
Definition at line 84 of file editbrowsebox.cxx.
References BrowseEvent::GetColumn(), BrowseEvent::GetColumnId(), BrowseEvent::GetRect(), BrowseEvent::GetRow(), and BrowseEvent::GetWindow().
Referenced by svt::EditBrowseBox::MouseButtonDown(), and svt::EditBrowseBox::MouseButtonUp().
|
private |
Definition at line 922 of file editbrowsebox.hxx.
|
private |
Definition at line 921 of file editbrowsebox.hxx.
Referenced by Clear().