Graphisoft®

Dialog ManagerVersion: 2.0

MMPointEdit::MMPointEdit

Class constructor.

MMPointEdit (
    const Panel &       panel,
    short               item
);

Constructs the MMPointEdit control from resource.

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

Constructs the MMPointEdit control with the given parameters.

Parameters

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