/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef SDEXT_PRESENTER_CONTROLLER_HXX #define SDEXT_PRESENTER_CONTROLLER_HXX #include "PresenterAccessibility.hxx" #include "PresenterPaneContainer.hxx" #include "PresenterTheme.hxx" #include "PresenterSprite.hxx" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include namespace sdext { namespace presenter { class PresenterCanvasHelper; class PresenterPaintManager; class PresenterPaneAnimator; class PresenterPaneContainer; class PresenterPaneBorderPainter; class PresenterTheme; class PresenterWindowManager; namespace { typedef ::cppu::WeakComponentImplHelper6 < css::drawing::framework::XConfigurationChangeListener, css::frame::XFrameActionListener, css::awt::XKeyListener, css::awt::XFocusListener, css::awt::XMouseListener, css::awt::XMouseMotionListener > PresenterControllerInterfaceBase; } /** The controller of the presenter screen is responsible for telling the individual views which slides to show. Additionally it provides access to frequently used values of the current theme. */ class PresenterController : protected ::cppu::BaseMutex, public PresenterControllerInterfaceBase { public: static ::rtl::Reference Instance ( const css::uno::Reference& rxFrame); PresenterController ( const css::uno::WeakReference &rxScreen, const css::uno::Reference& rxContext, const css::uno::Reference& rxController, const css::uno::Reference& rxSlideShowController, const rtl::Reference& rpPaneContainer, const css::uno::Reference& rxMainPaneId); ~PresenterController (void); virtual void SAL_CALL disposing (void); void UpdateCurrentSlide (const sal_Int32 nOffset); SharedBitmapDescriptor GetViewBackground (const OUString& rsViewURL) const; PresenterTheme::SharedFontDescriptor GetViewFont (const OUString& rsViewURL) const; ::boost::shared_ptr GetTheme (void) const; ::rtl::Reference GetWindowManager (void) const; css::uno::Reference GetSlideShowController (void) const; rtl::Reference GetPaneContainer (void) const; ::rtl::Reference GetPaneBorderPainter (void) const; ::boost::shared_ptr GetCanvasHelper (void) const; css::uno::Reference GetPresenterHelper (void) const; ::boost::shared_ptr GetPaintManager (void) const; void HideSlideSorter (void); double GetSlideAspectRatio (void) const; void ShowView (const OUString& rsViewURL); void HideView (const OUString& rsViewURL); void SwitchMonitors (void); void DispatchUnoCommand (const OUString& rsCommand) const; css::uno::Reference GetDispatch ( const css::util::URL& rURL) const; css::util::URL CreateURLFromString (const OUString& rsURL) const; css::uno::Reference GetConfigurationController (void) const; css::uno::Reference GetCurrentSlide (void) const; bool HasTransition (css::uno::Reference& rxPage); bool HasCustomAnimation (css::uno::Reference& rxPage); void SetAccessibilityActiveState (const bool bIsActive); bool IsAccessibilityActive (void) const; void HandleMouseClick (const css::awt::MouseEvent& rEvent); void UpdatePaneTitles (void); /** Request activation or deactivation of (some of) the views according to the given parameters. */ void RequestViews ( const bool bIsSlideSorterActive, const bool bIsNotesViewActive, const bool bIsHelpViewActive); // XConfigurationChangeListener virtual void SAL_CALL notifyConfigurationChange ( const com::sun::star::drawing::framework::ConfigurationChangeEvent& rEvent) throw (com::sun::star::uno::RuntimeException); // XEventListener virtual void SAL_CALL disposing ( const com::sun::star::lang::EventObject& rEvent) throw (com::sun::star::uno::RuntimeException); // XFrameActionListener virtual void SAL_CALL frameAction ( const css::frame::FrameActionEvent& rEvent) throw (com::sun::star::uno::RuntimeException); // XKeyListener virtual void SAL_CALL keyPressed (const css::awt::KeyEvent& rEvent) throw (css::uno::RuntimeException); virtual void SAL_CALL keyReleased (const css::awt::KeyEvent& rEvent) throw (css::uno::RuntimeException); // XFocusListener virtual void SAL_CALL focusGained (const css::awt::FocusEvent& rEvent) throw (css::uno::RuntimeException); virtual void SAL_CALL focusLost (const css::awt::FocusEvent& rEvent) throw (css::uno::RuntimeException); // XMouseListener virtual void SAL_CALL mousePressed (const css::awt::MouseEvent& rEvent) throw (css::uno::RuntimeException); virtual void SAL_CALL mouseReleased (const css::awt::MouseEvent& rEvent) throw (css::uno::RuntimeException); virtual void SAL_CALL mouseEntered (const css::awt::MouseEvent& rEvent) throw (css::uno::RuntimeException); virtual void SAL_CALL mouseExited (const css::awt::MouseEvent& rEvent) throw (css::uno::RuntimeException); // XMouseMotionListener virtual void SAL_CALL mouseMoved (const css::awt::MouseEvent& rEvent) throw (css::uno::RuntimeException); virtual void SAL_CALL mouseDragged (const css::awt::MouseEvent& rEvent) throw (css::uno::RuntimeException); private: typedef ::std::map,rtl::Reference > InstanceContainer; static InstanceContainer maInstances; css::uno::WeakReference mxScreen; css::uno::Reference mxComponentContext; css::uno::Reference mxCanvas; css::uno::Reference mxController; css::uno::Reference mxConfigurationController; css::uno::Reference mxSlideShowController; css::uno::Reference mxMainPaneId; rtl::Reference mpPaneContainer; sal_Int32 mnCurrentSlideIndex; css::uno::Reference mxCurrentSlide; css::uno::Reference mxNextSlide; ::rtl::Reference mpWindowManager; ::boost::shared_ptr mpCurrentPaneAnimation; sal_Int32 mnWindowBackgroundColor; ::boost::shared_ptr mpTheme; css::uno::Reference mxMainWindow; ::rtl::Reference mpPaneBorderPainter; ::boost::shared_ptr mpCanvasHelper; css::uno::Reference mxPresenterHelper; ::boost::shared_ptr mpPaintManager; sal_Int32 mnPendingSlideNumber; css::uno::Reference mxUrlTransformer; ::rtl::Reference mpAccessibleObject; bool mbIsAccessibilityActive; void InitializePresenterScreen (void); void InitializeSlideShowView (const css::uno::Reference& rxView); void GetSlides (const sal_Int32 nOffset); void UpdateViews (void); void InitializeMainPane (const css::uno::Reference& rxPane); void LoadTheme (const css::uno::Reference& rxPane); void UpdatePendingSlideNumber (const sal_Int32 nPendingSlideNumber); /** This method is called when the user pressed one of the numerical keys. Depending on the modifier, numeric keys switch to another slide (no modifier), or change to another view (Ctrl modifier). @param nKey Numeric value that is printed on the pressed key. For example pressing the key '4' will result in the value 4, not the ASCII code (0x34?). @param nModifiers The modifier bit field as provided by the key up event. */ void HandleNumericKeyPress (const sal_Int32 nKey, const sal_Int32 nModifiers); void ThrowIfDisposed (void) const throw (::com::sun::star::lang::DisposedException); }; } } // end of namespace ::sdext::presenter #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */