![]() |
Blamite Game Engine - Keystone
00386.06.16.23.0646.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Class representing a revision list item widget. More...
#include <guerilla_revision_box.h>
Public Member Functions | |
guerilla_revision_box (BlamRevision _revision, QWidget *parent=Q_NULLPTR) | |
Prepares a new revision box control. More... | |
~guerilla_revision_box () | |
Class representing a revision list item widget.
This control is used to create a consistent design for each revision listed in the revision lists for tags/plugins.
guerilla_revision_box::guerilla_revision_box | ( | BlamRevision | _revision, |
QWidget * | parent = Q_NULLPTR |
||
) |
Prepares a new revision box control.
_revision | - The revision that this control will represent. |
parent | - Pointer to the parent widget of this control. Defaults to Q_NULLPTR . |
guerilla_revision_box::~guerilla_revision_box | ( | ) |