|
LibreOffice Module vcl (master) 1
|
#include <svdata.hxx>
Public Attributes | |
| void * | mpData |
| Link< void *, void > | maLink |
| VclPtr< vcl::Window > | mpInstanceRef |
| VclPtr< vcl::Window > | mpWindow |
| bool | mbCall |
Definition at line 460 of file svdata.hxx.
| Link<void*,void> ImplSVEvent::maLink |
Definition at line 463 of file svdata.hxx.
Referenced by ImplHandleUserEvent().
| bool ImplSVEvent::mbCall |
Definition at line 466 of file svdata.hxx.
Referenced by ImplHandleUserEvent(), Application::RemoveUserEvent(), and vcl::Window::RemoveUserEvent().
| void* ImplSVEvent::mpData |
Definition at line 462 of file svdata.hxx.
Referenced by ImplHandleUserEvent().
| VclPtr<vcl::Window> ImplSVEvent::mpInstanceRef |
Definition at line 464 of file svdata.hxx.
Referenced by Application::RemoveUserEvent().
| VclPtr<vcl::Window> ImplSVEvent::mpWindow |
Definition at line 465 of file svdata.hxx.
Referenced by Application::RemoveUserEvent(), and vcl::Window::RemoveUserEvent().