bool canCacheControl() const
{ switch (mnType)
{ case ControlType::Checkbox: case ControlType::Radiobutton: case ControlType::ListNode: case ControlType::Slider: case ControlType::LevelBar: case ControlType::Progress: // FIXME: these guys have complex state hidden in ImplControlValue // structs which affects rendering, needs to be a and needs to be // part of the key to our cache. case ControlType::Spinbox: case ControlType::SpinButtons: case ControlType::TabItem: returnfalse;
case ControlType::Menubar: if (mnPart == ControlPart::Entire) returnfalse; break;
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.