#include "listitem.h"#include "quality.h"#include "matrix.h"#include "docrect.h"#include "rendtype.h"#include "oilrect.h"#include "rndrgn.h"#include "colcarry.h"#include "colmodel.h"Go to the source code of this file.
Classes | |
| class | ProgressDisplay |
| Encapsulates various bits of information required to provide a progress display while printing/exporting via View::RenderSimpleView(). More... | |
| class | View |
| The basic kernel view item. This class contains minimal functionality to maintain the 'current' view, and the connection from a kernel view object to an OIL view object. DocView and PrintView are derived from this class. More... | |
| class | ScopedFlagSetter |
| For counting "rendered" objects without actually rendering them. More... | |
Enumerations | |
| enum | RenderViewResult { RENDERVIEW_SUCCESS, RENDERVIEW_NOTNEEDED, RENDERVIEW_FAILURE, RENDERVIEW_USERABORT } |
|
|
Comment: This is used to indicate the outcome of calling View::RenderSimpleView.
Definition at line 204 of file view.h. 00205 { 00206 RENDERVIEW_SUCCESS, 00207 RENDERVIEW_NOTNEEDED, 00208 RENDERVIEW_FAILURE, 00209 RENDERVIEW_USERABORT 00210 };
|
1.4.4