#include <string.h>#include <stdio.h>#include "ap_Features.h"#include "ut_types.h"#include "ut_assert.h"#include "ut_debugmsg.h"#include "ut_string.h"#include "ut_timer.h"#include "ap_TopRuler.h"#include "gr_Graphics.h"#include "ap_Ruler.h"#include "ap_Prefs.h"#include "xap_App.h"#include "xap_Frame.h"#include "fv_View.h"#include "ap_FrameData.h"#include "ap_StatusBar.h"#include "ap_Strings.h"#include "ut_string_class.h"#include "fp_TableContainer.h"#include "ap_Frame.h"#include "pp_AttrProp.h"#include "pd_Document.h"#include "gr_Painter.h"Enumerations | |
| enum | TABINDEX { tr_TABINDEX_NEW = -1, tr_TABINDEX_NONE = -2 } |
Functions | |
| static void | _computeEffects (bool bFilled, GR_Graphics::GR_Color3D &clr3dBorder, GR_Graphics::GR_Color3D &clr3dBevel) |
Variables | |
| static const UT_uint32 | s_tr_AUTOSCROLL_PIXELS = 25 |
| static const UT_uint32 | s_tr_AUTOSCROLL_INTERVAL = 300 |
| enum TABINDEX |
| static void _computeEffects | ( | bool | bFilled, | |
| GR_Graphics::GR_Color3D & | clr3dBorder, | |||
| GR_Graphics::GR_Color3D & | clr3dBevel | |||
| ) | [static] |
const UT_uint32 s_tr_AUTOSCROLL_INTERVAL = 300 [static] |
Referenced by AP_TopRuler::mouseMotion().
const UT_uint32 s_tr_AUTOSCROLL_PIXELS = 25 [static] |
Referenced by AP_TopRuler::_autoScroll().
1.7.1