#include "camframe.h"
#include "stdbars.h"
#include "ktimer.h"
Go to the source code of this file.
Classes | |
class | StatusLine |
Encapsulate the status line. More... | |
class | StatusLine::StatusTimer |
Defines | |
#define | STATUSLINE_SELDESC_DEFAULT 1 |
#define | STATUSLINE_SELDESC_BARDRAG 0 |
#define | STATUSLINE_SELDESC_OTHERDOC 0 |
#define | STATUSLINE_SELDESC_DRAGOPS 1 |
#define | STATUSLINE_SELDESC_SELDOC 1 |
#define | STATUSLINE_SELDESC_COLBAR 1 |
#define | STATUSLINE_SELDESC_STATBAR 1 |
#define | STATUSLINE_SELDESC_BUTTONS 1 |
#define | STATUSLINE_SELDESC_MENUS 1 |
#define | STATUSLINE_SELDESC_PREVIEWDLG 1 |
Enumerations | |
enum | RenderState { Rendering, Paused, NotRendering, Animate } |
|
Definition at line 116 of file statline.h. |
|
Definition at line 122 of file statline.h. |
|
Definition at line 120 of file statline.h. |
|
Definition at line 115 of file statline.h. |
|
Definition at line 118 of file statline.h. |
|
Definition at line 123 of file statline.h. |
|
Definition at line 117 of file statline.h. |
|
Definition at line 124 of file statline.h. |
|
Definition at line 119 of file statline.h. |
|
Definition at line 121 of file statline.h. |
|
Definition at line 126 of file statline.h. 00126 { Rendering,Paused,NotRendering,Animate };
|