Class UtilityPanel#
Inherits the following classes: QWidget
Public Functions#
Type | Name |
---|---|
UtilityPanel (CaptureWidget * captureWidget) |
|
int | activeLayerIndex () |
void | clearToolWidget () |
void | fillCaptureTools (const QList< QPointer< CaptureTool >> & captureToolObjectsHistory) |
void | hide () |
bool | isVisible () const |
void | pushWidget (QWidget * widget) |
void | setActiveLayer (int index) |
void | setToolWidget (QWidget * weight) |
void | show () |
QWidget * | toolWidget () const |
Public Functions Documentation#
function UtilityPanel#
explicit UtilityPanel::UtilityPanel (
CaptureWidget * captureWidget
)
function activeLayerIndex#
int UtilityPanel::activeLayerIndex ()
function clearToolWidget#
void UtilityPanel::clearToolWidget ()
function fillCaptureTools#
void UtilityPanel::fillCaptureTools (
const QList< QPointer< CaptureTool >> & captureToolObjectsHistory
)
function hide#
void UtilityPanel::hide ()
function isVisible#
bool UtilityPanel::isVisible () const
function pushWidget#
void UtilityPanel::pushWidget (
QWidget * widget
)
function setActiveLayer#
void UtilityPanel::setActiveLayer (
int index
)
function setToolWidget#
void UtilityPanel::setToolWidget (
QWidget * weight
)
function show#
void UtilityPanel::show ()
function toolWidget#
QWidget * UtilityPanel::toolWidget () const