|
Krita Source Code Documentation
|
#include "kritaimage_export.h"#include <algorithm>#include <limits>#include <QMetaType>#include <boost/operators.hpp>#include "kis_types.h"#include <kis_dom_utils.h>Go to the source code of this file.
Classes | |
| class | KisTimeSpan |
Namespaces | |
| namespace | KisDomUtils |
Functions | |
| bool | KisDomUtils::loadValue (const QDomElement &parent, const QString &tag, KisTimeSpan *range) |
| KRITAIMAGE_EXPORT QDebug | operator<< (QDebug dbg, const KisTimeSpan &r) |
| void | KisDomUtils::saveValue (QDomElement *parent, const QString &tag, const KisTimeSpan &range) |
| KRITAIMAGE_EXPORT QDebug operator<< | ( | QDebug | dbg, |
| const KisTimeSpan & | r ) |
Definition at line 19 of file kis_time_span.cpp.