LibreOffice Module desktop (master) 1
Namespaces | Functions
license_dialog.cxx File Reference
#include <comphelper/unwrapargs.hxx>
#include <vcl/event.hxx>
#include <vcl/idle.hxx>
#include <vcl/svapp.hxx>
#include <vcl/threadex.hxx>
#include <vcl/weld.hxx>
#include <cppuhelper/supportsservice.hxx>
#include "license_dialog.hxx"
#include <functional>
#include <string_view>
Include dependency graph for license_dialog.cxx:

Go to the source code of this file.

Namespaces

namespace  dp_gui
 

Functions

 dp_gui::IMPL_LINK_NOARG (LicenseDialogImpl, SizeAllocHdl, const Size &, void)
 
 dp_gui::IMPL_LINK_NOARG (LicenseDialogImpl, AcceptHdl, weld::Button &, void)
 
 dp_gui::IMPL_LINK_NOARG (LicenseDialogImpl, CancelHdl, weld::Button &, void)
 
 dp_gui::IMPL_LINK_NOARG (LicenseDialogImpl, ScrolledHdl, weld::TextView &, void)
 
 dp_gui::IMPL_LINK (LicenseDialogImpl, KeyInputHdl, const KeyEvent &, rKEvt, bool)
 
 dp_gui::IMPL_LINK_NOARG (LicenseDialogImpl, ResizedHdl, Timer *, void)
 
 dp_gui::IMPL_LINK_NOARG (LicenseDialogImpl, ScrollTimerHdl, Timer *, void)
 
 dp_gui::IMPL_STATIC_LINK_NOARG (LicenseDialogImpl, KeyReleaseHdl, const KeyEvent &, bool)
 
 dp_gui::IMPL_LINK_NOARG (LicenseDialogImpl, MousePressHdl, const MouseEvent &, bool)
 
 dp_gui::IMPL_LINK_NOARG (LicenseDialogImpl, MouseReleaseHdl, const MouseEvent &, bool)
 

Variable Documentation

◆ m_aRepeat

AutoTimer m_aRepeat

Definition at line 45 of file license_dialog.cxx.

Referenced by dp_gui::IMPL_LINK_NOARG().

◆ m_aResized

Idle m_aResized

Definition at line 44 of file license_dialog.cxx.

Referenced by dp_gui::IMPL_LINK_NOARG().

◆ m_bLicenseRead

bool m_bLicenseRead

Definition at line 43 of file license_dialog.cxx.

Referenced by dp_gui::IMPL_LINK_NOARG().

◆ m_xAcceptButton

std::unique_ptr<weld::Button> m_xAcceptButton

Definition at line 52 of file license_dialog.cxx.

Referenced by dp_gui::IMPL_LINK_NOARG().

◆ m_xArrow1

std::unique_ptr<weld::Widget> m_xArrow1

Definition at line 48 of file license_dialog.cxx.

Referenced by dp_gui::IMPL_LINK_NOARG().

◆ m_xArrow2

std::unique_ptr<weld::Widget> m_xArrow2

Definition at line 49 of file license_dialog.cxx.

Referenced by dp_gui::IMPL_LINK_NOARG().

◆ m_xDeclineButton

std::unique_ptr<weld::Button> m_xDeclineButton

Definition at line 53 of file license_dialog.cxx.

◆ m_xDown

std::unique_ptr<weld::Button> m_xDown

Definition at line 51 of file license_dialog.cxx.

Referenced by dp_gui::IMPL_LINK_NOARG().

◆ m_xFtHead

std::unique_ptr<weld::Label> m_xFtHead

Definition at line 47 of file license_dialog.cxx.

◆ m_xLicense

std::unique_ptr<weld::TextView> m_xLicense

Definition at line 50 of file license_dialog.cxx.

Referenced by dp_gui::IMPL_LINK_NOARG().