Utils::TypedAspect Class
template <typename ValueType> class Utils::TypedAspectKlasa TypedAspect je pomoćna klasa za implementaciju jednostavnog aspekta. Više...
| Header: | #include <utils/aspects.h> |
| Inherits: | Utils::BaseAspect |
| Inherited By: | Utils::BoolAspect, Utils::DoubleAspect, Utils::FilePathAspect, Utils::FilePathListAspect, Utils::IntegerAspect, Utils::MultiSelectionAspect, Utils::SelectionAspect, Utils::StringAspect, and Utils::StringListAspect |
Javne funkcije
| void | setDefaultValue(const ValueType &value) |
Dokumentacija funkcija člana
void TypedAspect::setDefaultValue(const ValueType &value)
Postavlja zadano vrijednost value a i trenutnu vrijednost za ovaj aspekt.
Napomena: Trenutnavrijednost će se tiho postaviti na istu vrijednost. Razumno je postaviti zadane vrijednosti samo u fazi postavljanja aspekta.
Zadane vrijednosti neće biti pohranjene u postavkama.
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.