Home
last modified time | relevance | path

Searched refs:BoxWidget (Results 1 – 25 of 92) sorted by relevance

1234

/dports/devel/umbrello/umbrello-21.12.3/umbrello/umlwidgets/
H A Dboxwidget.cpp18 DEBUG_REGISTER_DISABLED(BoxWidget) in DEBUG_REGISTER_DISABLED() argument
27 BoxWidget::BoxWidget(UMLScene * scene, Uml::ID::Type id, WidgetType type) in DEBUG_REGISTER_DISABLED()
39 BoxWidget::~BoxWidget() in ~BoxWidget()
46 void BoxWidget::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) in paint()
60 void BoxWidget::saveToXMI1(QXmlStreamWriter& writer) in saveToXMI1()
70 bool BoxWidget::showPropertiesDialog() in showPropertiesDialog()
83 void BoxWidget::toForeground() in toForeground()
H A Dboxwidget.h22 class BoxWidget : public UMLWidget
25 …explicit BoxWidget(UMLScene * scene, Uml::ID::Type id = Uml::ID::None, WidgetType type = WidgetBas…
26 virtual ~BoxWidget();
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DBox.c79 static void DoLayout(BoxWidget, unsigned int, unsigned int,
81 static Bool TryNewLayout(BoxWidget);
338 BoxWidget w = (BoxWidget)widget; in XawBoxQueryGeometry()
445 TryNewLayout(BoxWidget bbw) in TryNewLayout()
529 BoxWidget bbw; in XawBoxGeometryManager()
560 bbw = (BoxWidget) w->core.parent; in XawBoxGeometryManager()
584 (void)TryNewLayout((BoxWidget)w); in XawBoxChangeManaged()
603 BoxWidget newbbw = (BoxWidget)cnew; in XawBoxInitialize()
644 BoxWidget b_old = (BoxWidget)current; in XawBoxSetValues()
645 BoxWidget b_new = (BoxWidget)cnew; in XawBoxSetValues()
[all …]
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/widgets/
H A DBoxWidget.cpp26 BoxWidget::BoxWidget( bool vertical, QWidget *parent ) : QFrame( parent ) in BoxWidget() function in BoxWidget
37 QBoxLayout* BoxWidget::layout() const in layout()
42 void BoxWidget::childEvent(QChildEvent *event) in childEvent()
H A DBoxWidget.h32 class AMAROK_EXPORT BoxWidget : public QFrame
43 explicit BoxWidget( bool vertical = true, QWidget *parent = nullptr );
44 ~BoxWidget() override {} in ~BoxWidget()
H A DHintLineEdit.cpp26 , m_vbox( new BoxWidget( true, parent ) ) in HintLineEdit()
34 , m_vbox( new BoxWidget( true, parent ) ) in HintLineEdit()
41 , m_vbox( new BoxWidget( true, parent ) ) in HintLineEdit()
H A DHintLineEdit.h22 class BoxWidget; variable
42 BoxWidget *m_vbox;
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DBox.c168 BoxWidget bbw; in DoLayout()
302 BoxWidget w = (BoxWidget)widget;
404 DoLayout((BoxWidget)w, w->core.width, w->core.height, &junk, &junk, TRUE);
418 BoxWidget bbw; in TryNewLayout()
515 BoxWidget bbw;
545 bbw = (BoxWidget) w->core.parent;
576 (void) TryNewLayout((BoxWidget)w);
608 BoxWidget newbbw = (BoxWidget)new;
629 BoxWidget bw = (BoxWidget)w;
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/dialogs/
H A DDatabaseImporterDialog.cpp43 BoxWidget *importerBox = new BoxWidget( true, this ); in DatabaseImporterDialog()
46 m_configBox = new BoxWidget( true, this ); in DatabaseImporterDialog()
62 BoxWidget *resultBox = new BoxWidget( true, this ); in DatabaseImporterDialog()
H A DDatabaseImporterDialog.h29 class BoxWidget; variable
56 BoxWidget *m_configBox;
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/playlist/
H A DPlaylistDock.h31 class BoxWidget; variable
88 BoxWidget *m_mainWidget;
89 BoxWidget *m_barBox;
H A DProgressiveSearchWidget.cpp39 : BoxWidget( true, parent ) in ProgressiveSearchWidget()
45 BoxWidget *searchBox = new BoxWidget( false, this ); in ProgressiveSearchWidget()
372 BoxWidget::keyPressEvent( event ); in keyPressEvent()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/toolbar/
H A DVolumePopupButton.cpp43 BoxWidget * mainBox = new BoxWidget( true, this ); in VolumePopupButton()
48 BoxWidget *sliderBox = new BoxWidget( false, mainBox ); in VolumePopupButton()
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DBox.c162 DoLayout(BoxWidget bbw, Dimension width, Dimension height, in DoLayout()
293 BoxWidget w = (BoxWidget)widget; in PreferredSize()
397 DoLayout((BoxWidget)w, w->core.width, w->core.height, &junk, &junk, TRUE); in Resize()
411 TryNewLayout(BoxWidget bbw) in TryNewLayout()
505 BoxWidget bbw; in GeometryManager()
535 bbw = (BoxWidget) w->core.parent; in GeometryManager()
566 (void) TryNewLayout((BoxWidget)w); in ChangeManaged()
582 BoxWidget newbbw = (BoxWidget)new; in Initialize()
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DBox.c161 BoxWidget bbw; in DoLayout()
295 BoxWidget w = (BoxWidget)widget;
400 DoLayout((BoxWidget)w, w->core.width, w->core.height, &junk, &junk, TRUE);
414 BoxWidget bbw; in TryNewLayout()
511 BoxWidget bbw;
541 bbw = (BoxWidget) w->core.parent;
572 (void) TryNewLayout((BoxWidget)w);
589 BoxWidget newbbw = (BoxWidget)new;
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/amarokurls/
H A DBookmarkManagerWidget.cpp35 : BoxWidget( true, parent ) in BookmarkManagerWidget()
39 BoxWidget * topLayout = new BoxWidget( false, this ); in BookmarkManagerWidget()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/browsers/
H A DBrowserDock.h28 class BoxWidget; variable
53 BoxWidget *m_mainWidget;
H A DBrowserBreadcrumbWidget.h36 class BrowserBreadcrumbWidget : public BoxWidget
106 BoxWidget *m_breadcrumbArea;
H A DBrowserBreadcrumbWidget.cpp38 : BoxWidget( false, parent) in BrowserBreadcrumbWidget()
44 m_breadcrumbArea = new BoxWidget( false, this ); in BrowserBreadcrumbWidget()
H A DBrowserBreadcrumbItem.cpp33 : BoxWidget( false, parent ) in BrowserBreadcrumbItem()
98 : BoxWidget( false, parent ) in BrowserBreadcrumbItem()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/statusbar/
H A DLongMessageWidget.cpp49 BoxWidget *hbox = new BoxWidget( false, this ); in LongMessageWidget()
69 hbox = new BoxWidget( false, this ); in LongMessageWidget()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/services/
H A DServiceBase.h38 class BoxWidget; variable
328 BoxWidget *m_topPanel;
329 BoxWidget *m_bottomPanel;
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/browsers/playlistbrowser/
H A DDynamicCategory.cpp62 BoxWidget* controls2Layout = new BoxWidget( false, this ); in DynamicCategory()
93 BoxWidget* presetLayout = new BoxWidget( false, this ); in DynamicCategory()
/dports/multimedia/audacious/audacious-4.1/src/libaudqt/
H A Dprefs-widget.h171 class BoxWidget : public QWidget
174 BoxWidget(const PreferencesWidget * parent, const char * domain,
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/playlist/view/listview/
H A DInlineEditorWidget.cpp44 : BoxWidget( false, parent ) in InlineEditorWidget()
125 BoxWidget *rowsWidget = new BoxWidget( true, this ); in createChildWidgets()
420 return BoxWidget::eventFilter( obj, event ); in eventFilter()

1234