Home
last modified time | relevance | path

Searched refs:PopupDropperItem (Results 1 – 11 of 11) sorted by relevance

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/context/popupdropper/libpud/
H A DPopupDropperItem.cpp88 PopupDropperItem::PopupDropperItem( QGraphicsItem *parent ) in PopupDropperItem() function in PopupDropperItem
97 PopupDropperItem::PopupDropperItem( const QString &file, QGraphicsItem *parent ) in PopupDropperItem() function in PopupDropperItem
107 PopupDropperItem::~PopupDropperItem() in ~PopupDropperItem()
112 void PopupDropperItem::show() in show()
190 PopupDropperItem::HoverIndicatorShowStyle PopupDropperItem::hoverIndicatorShowStyle() const in hoverIndicatorShowStyle()
207 PopupDropperItem::Orientation PopupDropperItem::orientation() const in orientation()
218 PopupDropperItem::TextProtection PopupDropperItem::textProtection() const in textProtection()
242 QFont PopupDropperItem::font() const in font()
656 PopupDropperItem::SeparatorStyle PopupDropperItem::separatorStyle() const in separatorStyle()
709 void PopupDropperItem::hoverLeft() in hoverLeft()
[all …]
H A DPopupDropperView.cpp42 PopupDropperItem *lastItem;
77 d->lastItem != dynamic_cast<PopupDropperItem*>( svgitem(item)->parentItem() ) ) in dragMoveEvent()
82 static_cast<PopupDropperItem*>( svgitem(item)->parentItem() )->hoverEntered(); in dragMoveEvent()
83 d->lastItem = static_cast<PopupDropperItem*>( svgitem(item)->parentItem() ); in dragMoveEvent()
91 static_cast<PopupDropperItem*>( textitem(item)->parentItem() )->hoverEntered(); in dragMoveEvent()
92 d->lastItem = static_cast<PopupDropperItem*>( textitem(item)->parentItem() ); in dragMoveEvent()
100 static_cast<PopupDropperItem*>( borderitem(item)->parentItem() )->hoverEntered(); in dragMoveEvent()
101 d->lastItem = static_cast<PopupDropperItem*>( borderitem(item)->parentItem() ); in dragMoveEvent()
146 if( PopupDropperItem *pdi = dynamic_cast<PopupDropperItem*>( svgItem->parentItem() ) ) in dropEvent()
152 if( PopupDropperItem *pdi = dynamic_cast<PopupDropperItem*>( textItem->parentItem() ) ) in dropEvent()
[all …]
H A DPopupDropper.cpp120 foreach( PopupDropperItem* pdi, pdiItems ) in fadeHideTimerFrameChanged()
134 foreach( PopupDropperItem* pdi, pdiItems ) in fadeShowTimerFrameChanged()
150 foreach( PopupDropperItem* pdi, pdiItems ) in fadeShowTimerFinished()
206 PopupDropperItem* pItem = dynamic_cast<PopupDropperItem*>( allItems.at( i ) ); in reposItems()
375 PopupDropperItem* pdi = new PopupDropperItem(); in addSubmenu()
416 PopupDropperItem *pdi = nullptr; in addMenu()
421 pdi = new PopupDropperItem(); in addMenu()
860 PopupDropperItem *pItem = static_cast<PopupDropperItem*>( item ); in addItem()
907 QList<PopupDropperItem*> list; in items()
916 QList<PopupDropperItem*> PopupDropper::submenuItems( const PopupDropperItem *item ) const in submenuItems()
[all …]
H A DPopupDropperItem_p.h36 explicit PopupDropperItemPrivate( PopupDropperItem* parent );
72 PopupDropperItem::HoverIndicatorShowStyle hoverIndicatorShowStyle;
73 PopupDropperItem::Orientation orientation;
74 PopupDropperItem::TextProtection textProtection;
75 PopupDropperItem::SeparatorStyle separatorStyle;
79 PopupDropperItem* q;
H A DPopupDropper.h34 class PopupDropperItem; variable
71 PopupDropperItem* addSubmenu( PopupDropper** pd, const QString &text );
129 void addItem( PopupDropperItem *item, bool useSharedRenderer = true );
130 QList<PopupDropperItem *> items() const;
131 QList<PopupDropperItem *> submenuItems( const PopupDropperItem *item ) const;
133 void addSeparator( PopupDropperItem *separator = nullptr );
153 void addItem( PopupDropperItem *item, bool useSharedRenderer, bool appendToList );
H A DPopupDropperItem.h36 class POPUPDROPPER_EXPORT PopupDropperItem : public QObject, public QAbstractGraphicsShapeItem
69 …Q_PROPERTY( PopupDropperItem::SeparatorStyle separatorStyle READ separatorStyle WRITE setSeparator…
83 PopupDropperItem( QGraphicsItem *parent = nullptr );
84 explicit PopupDropperItem( const QString &file, QGraphicsItem *parent = nullptr );
85 ~PopupDropperItem() override;
142 PopupDropperItem::SeparatorStyle separatorStyle() const;
143 void setSeparatorStyle( PopupDropperItem::SeparatorStyle style );
H A DPopupDropper_p.h68 QList<PopupDropperItem*> pdiItems;
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/
H A DPopupDropperFactory.cpp88 PopupDropperItem * PopupDropperFactory::createItem( QAction * action ) in createItem()
90 PopupDropperItem* pdi = new PopupDropperItem(); in createItem()
99 void PopupDropperFactory::adjustItem( PopupDropperItem *item ) in adjustItem()
115 item->setHoverIndicatorShowStyle( PopupDropperItem::OnHover ); in adjustItem()
127 The::popupDropperFactory()->adjustItem( (PopupDropperItem*)pdi ); in adjustItemCallback()
H A DPopupDropperFactory.h29 class PopupDropperItem; variable
51 PopupDropperItem* createItem( QAction * action );
53 void adjustItem( PopupDropperItem *item );
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/services/lastfm/
H A DLastFmTreeView.cpp169 PopupDropperItem* subItem; in startDrag()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/browsers/
H A DCollectionTreeView.cpp680 PopupDropperItem *subItem; in startDrag()