|
Krita Source Code Documentation
|
#include "KoZoomMode.h"#include <QDebug>#include <klocalizedstring.h>#include <kconfiggroup.h>#include <ksharedconfig.h>#include <cmath>#include "kis_assert.h"Go to the source code of this file.
Functions | |
| QDebug | operator<< (QDebug dbg, const KoZoomMode::Mode &mode) |
| QDebug operator<< | ( | QDebug | dbg, |
| const KoZoomMode::Mode & | mode ) |
Definition at line 83 of file KoZoomMode.cpp.
References KoZoomMode::ZOOM_CONSTANT, KoZoomMode::ZOOM_HEIGHT, KoZoomMode::ZOOM_PAGE, and KoZoomMode::ZOOM_WIDTH.