namespace com::sun::star::frame { class XFrame; } namespace com::sun::star::uno { template <typename > class Reference; }
namespace sfx2::sidebar {
/** Accept requests for switching to certain panels or decks.
*/ class SFX2_DLLPUBLIC Sidebar
{ public: staticvoid ShowDeck(std::u16string_view rsDeckId, SfxViewFrame* pViewFrame, bool bToggle);
/** Switch to the deck that contains the specified panel and make surethatthepanelisvisible(expandedandscrolledintothe visiblearea.) Notethatmostoftheworkisdoneasynchronouslyandthat thisfunctionprobablyreturnsbeforetherequestedpanelisvisible.
*/ staticvoid ShowPanel (
std::u16string_view rsPanelId, const css::uno::Reference<css::frame::XFrame>& rxFrame, bool bFocus = false);
/** Switch to the deck that contains the specified panel and toggle thevisibilityofthepanel(expandedandscrolledintothe visibleareawhenvisible) Notethatmostoftheworkisdoneasynchronouslyandthat thisfunctionprobablyreturnsbeforetherequestedpanelisvisible.
*/ staticvoid TogglePanel (
std::u16string_view rsPanelId, const css::uno::Reference<css::frame::XFrame>& rxFrame);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.