UserItem::UserItem
UserItem (
const Panel & panel,
short item
);
UserItem (
const Panel & panel,
const Rect & rect,
UserItemType itemType = Normal,
FrameType frameType = NoFrame
);
Parameters
- panel
The parent panel of the user item. - item
The item ID of the user item. - rect
The bounding rectangle of the user item. - itemType
The update type of the user item. - frameType
The frame type of the user item.