Graphisoft®

Dialog ManagerVersion: 2.0

ProgressBar::ProgressBar

Class constructor.

ProgressBar (
    const Panel &       panel,
    short               item
);

Constructs the progress bar from resource.

ProgressBar (
    const Panel &       panel,
    const Rect &        rect,
    FrameType           type = NoFrame
);

Constructs the progress bar with the given parameters.

Parameters

panel
A reference to the parent panel of the progress bar.
item
The item ID of the progress bar.
rect
A reference to the bounding rectangle of the progress bar.
type
The frame type of the progress bar.