29#ifndef Pt_Forms_ComboBox_H
30#define Pt_Forms_ComboBox_H
32#include <Pt/Forms/Control.h>
33#include <Pt/Forms/ComboBoxStyler.h>
34#include <Pt/Forms/Popup.h>
35#include <Pt/Forms/ListBox.h>
36#include <Pt/Forms/LineEditor.h>
37#include <Pt/SmartPtr.h>
254 const Gfx::RectF& rect,
255 const Gfx::RectF& entryRect,
256 const Gfx::RectF& buttonRect,
263 const Gfx::RectF& textRect,
265 const Gfx::PointF& textPos,
306 void processKeyEvent(
const KeyEvent& ev);
320 Gfx::RectF _entryRect;
321 Gfx::RectF _buttonRect;
322 Gfx::RectF _textRect;
323 Gfx::RectF _cursorRect;
329 bool _isButtonHighlighted;
330 double _pendingCursorX;
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