Graphisoft®

Dialog ManagerVersion: 2.0

PosIntEdit::PosIntEdit

Class constructor.

PosIntEdit (
    const Panel &       panel,
    short               item
);

Constructs the PosIntEdit control from resource.

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

Constructs the PosIntEdit control with the given parameters.

Parameters

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