/** Forget all panels and buttons. Remove all window listeners.
*/ void Clear();
/** Transfer the focus into the sidebar tree of windows. This is typicallycalledfromtheSidebarChildWindowasresultof pressingtheF6key.
*/ void GrabFocus(); void GrabFocusPanel();
/** Listen for key events for panels and buttons.
*/
DECL_LINK(KeyInputHdl, const KeyEvent&, bool);
void ClearPanels(); void ClearButtons();
/** Let the focus manager listen for window events for the given window.
*/ void RegisterWindow(weld::Widget& rWidget); staticvoid UnregisterWindow(weld::Widget& rWidget);
/** Set the focus to the title bar of the panel or, if the titlebarisnotvisible,directlytothepanel. @paramnPanelIndex Indexofthepaneltofocus. @parambFallbackToDeckTitle WhenthepaneltitlebarisnotvisiblethenThefallback biasdefineswhethertofocusthedeck(true)orthepanel content(false)willbefocusedinstead.
*/ void FocusPanel(const sal_Int32 nPanelIndex, constbool bFallbackToDeckTitle);
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.