#include <i18nlangtag/lang.h>
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
#include <tools/solar.h>
#include <tools/long.hxx>
#include <vcl/GestureEvent.hxx>
Go to the source code of this file.
|
enum | SalEvent {
SalEvent::NONE,
SalEvent::MouseMove,
SalEvent::MouseLeave,
SalEvent::MouseButtonDown,
SalEvent::MouseButtonUp,
SalEvent::KeyInput,
SalEvent::KeyUp,
SalEvent::KeyModChange,
SalEvent::Paint,
SalEvent::Resize,
SalEvent::GetFocus,
SalEvent::LoseFocus,
SalEvent::Close,
SalEvent::Shutdown,
SalEvent::SettingsChanged,
SalEvent::PrinterChanged,
SalEvent::DisplayChanged,
SalEvent::FontChanged,
SalEvent::WheelMouse,
SalEvent::UserEvent,
SalEvent::MouseActivate,
SalEvent::ExtTextInput,
SalEvent::EndExtTextInput,
SalEvent::ExtTextInputPos,
SalEvent::InputContextChange,
SalEvent::Move,
SalEvent::MoveResize,
SalEvent::ClosePopups,
SalEvent::ExternalKeyInput,
SalEvent::ExternalKeyUp,
SalEvent::MenuCommand,
SalEvent::MenuHighlight,
SalEvent::MenuActivate,
SalEvent::MenuDeactivate,
SalEvent::ExternalMouseMove,
SalEvent::ExternalMouseButtonDown,
SalEvent::ExternalMouseButtonUp,
SalEvent::InputLanguageChange,
SalEvent::ShowDialog,
SalEvent::MenuButtonCommand,
SalEvent::SurroundingTextRequest,
SalEvent::DeleteSurroundingTextRequest,
SalEvent::SurroundingTextSelectionChange,
SalEvent::StartReconversion,
SalEvent::QueryCharPosition,
SalEvent::Swipe,
SalEvent::LongPress,
SalEvent::ExternalGesture,
SalEvent::Gesture
} |
|
enum | SalObjEvent {
SalObjEvent::GetFocus = 1,
SalObjEvent::LoseFocus = 2,
SalObjEvent::ToTop = 3
} |
|
#define SAL_WHEELMOUSE_EVENT_PAGESCROLL (sal_uLong(0xFFFFFFFF)) |
typedef void(* SALTIMERPROC) () |
Enumerator |
---|
NONE |
|
MouseMove |
|
MouseLeave |
|
MouseButtonDown |
|
MouseButtonUp |
|
KeyInput |
|
KeyUp |
|
KeyModChange |
|
Paint |
|
Resize |
|
GetFocus |
|
LoseFocus |
|
Close |
|
Shutdown |
|
SettingsChanged |
|
PrinterChanged |
|
DisplayChanged |
|
FontChanged |
|
WheelMouse |
|
UserEvent |
|
MouseActivate |
|
ExtTextInput |
|
EndExtTextInput |
|
ExtTextInputPos |
|
InputContextChange |
|
Move |
|
MoveResize |
|
ClosePopups |
|
ExternalKeyInput |
|
ExternalKeyUp |
|
MenuCommand |
|
MenuHighlight |
|
MenuActivate |
|
MenuDeactivate |
|
ExternalMouseMove |
|
ExternalMouseButtonDown |
|
ExternalMouseButtonUp |
|
InputLanguageChange |
|
ShowDialog |
|
MenuButtonCommand |
|
SurroundingTextRequest |
|
DeleteSurroundingTextRequest |
|
SurroundingTextSelectionChange |
|
StartReconversion |
|
QueryCharPosition |
|
Swipe |
|
LongPress |
|
ExternalGesture |
|
Gesture |
|
Definition at line 41 of file salwtype.hxx.
Enumerator |
---|
GetFocus |
|
LoseFocus |
|
ToTop |
|
Definition at line 228 of file salwtype.hxx.