Graphisoft®

Dialog ManagerVersion: 2.0

IntEdit::IntEdit

Class constructor.

IntEdit (
    const Panel &       panel,
    short               item
);

Constructs the integer edit control from resource.

IntEdit (
    const Panel &       panel,
    const Rect &        rect,
    FrameType           frame = Frame,
    AbsRelType          absRel = Absolute,
    UpdateType          update = Update,
    ReadOnlyType        readOnly = Editable
);

Constructs the integer edit control with the given parameters.

Parameters

panel
A reference to the parent panel of the integer edit control.
item
The item ID of the integer edit control.
rect
A reference to the bounding rectangle of the integer edit control.
frame
The frame type of the integer edit control.
absRel
The absolut/relativ numerical input flag of the integer edit control.
update
The update type of the integer edit control.
readOnly
The readonly/editable flag of the integer edit control.