Searched refs:UIGraphicsToolBar (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/graphics/
H A DUIGraphicsToolBar.cpp3 * VBox Qt GUI - UIGraphicsToolBar class definition.
23 # include "UIGraphicsToolBar.h"
29 UIGraphicsToolBar::UIGraphicsToolBar(QIGraphicsWidget *pParent, int iRows, int iColumns) function in class:UIGraphicsToolBar
37 int UIGraphicsToolBar::toolBarMargin() const
42 void UIGraphicsToolBar::setToolBarMargin(int iMargin)
47 void UIGraphicsToolBar::insertItem(UIGraphicsButton *pButton, int iRow, int iColumn)
53 void UIGraphicsToolBar::updateLayout()
76 QSizeF UIGraphicsToolBar::sizeHint(Qt::SizeHint which, const QSizeF &constraint /* = QSizeF() */) const
H A DUIGraphicsToolBar.h2 * VBox Qt GUI - UIGraphicsToolBar class declaration.
27 class UIGraphicsToolBar : public QIGraphicsWidget class in inherits:QIGraphicsWidget
34 UIGraphicsToolBar(QIGraphicsWidget *pParent, int iRows, int iColumns);
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItemMachine.h26 class UIGraphicsToolBar;
160 UIGraphicsToolBar *m_pToolBar;
H A DUIGChooserItemMachine.cpp31 # include "UIGraphicsToolBar.h"
1121 m_pToolBar = new UIGraphicsToolBar(this, 2, 2);

Completed in 561 milliseconds