/* Toolbarvalue: * *Valuecontainerfortoolbarsdetailingthegripposition
*/ class ToolbarValue final : public ImplControlValue
{ public:
ToolbarValue()
: ImplControlValue(ControlType::Toolbar, 0)
{
mbIsTopDockingArea = false;
} virtual ~ToolbarValue() override; virtual ToolbarValue* clone() const override;
ToolbarValue(ToolbarValue const&) = default;
ToolbarValue(ToolbarValue&&) = default;
ToolbarValue& operator=(ToolbarValue const&) = delete; // due to ImplControlValue
ToolbarValue& operator=(ToolbarValue&&) = delete; // due to ImplControlValue
tools::Rectangle maGripRect; // indicates that this is the top aligned dockingarea // adjacent to the menubar, only used on Windows bool mbIsTopDockingArea;
};
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.