Graphisoft®

Dialog ManagerVersion: 2.0

PolarAngleEdit::PolarAngleEdit

Class constructor.

PolarAngleEdit (
    const Panel &       panel,
    short               item
);

Constructs the polar angle edit control from resource.

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

Constructs the polar angle edit control with the given parameters.

Parameters

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