/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
//---------------------------------------------------------------------- // SMILRepeatCount // // A tri-state non-negative floating point number for representing the number of // times an animation repeat, i.e. the SMIL repeatCount attribute. // // The three states are: // 1. not-set // 2. set (with non-negative, non-zero count value) // 3. indefinite // class SMILRepeatCount { public:
SMILRepeatCount() = default; explicit SMILRepeatCount(double aCount) { SetCount(aCount); }
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.