29#ifndef PT_FORMS_SPINBOX_H
30#define PT_FORMS_SPINBOX_H
32#include <Pt/Forms/Control.h>
33#include <Pt/Forms/Button.h>
34#include <Pt/Forms/PushButton.h>
35#include <Pt/Forms/LineEditor.h>
36#include <Pt/Forms/Adjustment.h>
37#include <Pt/Forms/SpinBoxStyler.h>
38#include <Pt/SmartPtr.h>
351 const Gfx::RectF& rect,
352 const Gfx::RectF& entryRect,
353 const Gfx::RectF& upButtonRect,
354 const Gfx::RectF& downButtonRect,
360 const Gfx::RectF& textRect,
362 const Gfx::PointF& textPos,
405 double _pendingCursorX;
412 Gfx::RectF _entryRect;
413 Gfx::RectF _upButtonRect;
414 Gfx::RectF _downButtonRect;
415 Gfx::RectF _textRect;
Active painting session on a Forms paint surface.
Definition PaintContext.h:51
Represents one laid-out line in a TextBlock.
Definition TextBlock.h:58
Fill color, gradient or texture.
Definition Brush.h:151
8-bit ARGB color.
Definition Color.h:65
Font family, size and style.
Definition Font.h:63
Slant
Describes the requested font slant.
Definition Font.h:83
Weight
Describes the requested font weight.
Definition Font.h:68
Outline color, width and style.
Definition Pen.h:59
Multicast Signal to call multiple slots.
Definition Signal.h:190
Unicode capable basic_string.
Definition Api-String.h:67
Core module.
Definition Allocator.h:33