/** SfxChildWindow for positioning the InfoBar in the view.
*/ class SFX2_DLLPUBLIC SfxInfoBarContainerChild final : public SfxChildWindow
{ private:
SfxBindings* m_pBindings;
/** Class representing a single InfoBar to be added in a SfxInfoBarContainerWindow.
*/ class SFX2_DLLPUBLIC SfxInfoBarWindow final : public InterimItemWindow
{ private:
OUString m_sId;
InfobarType m_eType;
Size m_aMessageSize;
Size m_aOrigMessageSize; bool m_bLayingOut;
std::unique_ptr<weld::Image> m_xImage;
std::unique_ptr<weld::Label> m_xPrimaryMessage;
std::unique_ptr<weld::TextView> m_xSecondaryMessage;
std::unique_ptr<weld::Container> m_xButtonBox;
std::unique_ptr<weld::Toolbar> m_xCloseBtn;
std::vector<std::unique_ptr<ExtraButton>> m_aActionBtns;
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.