Lines Matching refs:PopupDropper

34 PopupDropperPrivate::PopupDropperPrivate( PopupDropper* parent, bool sa, QWidget* widget )  in PopupDropperPrivate()
40 , fade( PopupDropper::FadeInOut ) in PopupDropperPrivate()
96 void PopupDropperPrivate::newSceneView( PopupDropper* pud ) in newSceneView()
108 q = static_cast<PopupDropper*>( parent ); in setParent()
168 connect( q, &PopupDropper::fadeHideFinished, q, &PopupDropper::subtractOverlay ); in dragLeft()
188 connect( q, &PopupDropper::fadeHideFinished, q, &PopupDropper::subtractOverlay ); in deleteTimerFinished()
240 PopupDropper::PopupDropper( QWidget *parent, bool standalone ) in PopupDropper() function in PopupDropper
257 PopupDropper::~PopupDropper() in ~PopupDropper()
262 int PopupDropper::overlayLevel() const in overlayLevel()
267 void PopupDropper::initOverlay( QWidget* parent, PopupDropperPrivate* priv ) in initOverlay()
287 void PopupDropper::addOverlay() in addOverlay()
303 void PopupDropper::addOverlay( PopupDropperPrivate* newD ) in addOverlay()
321 bool PopupDropper::subtractOverlay() in subtractOverlay()
324 disconnect( this, &PopupDropper::fadeHideFinished, this, &PopupDropper::subtractOverlay ); in subtractOverlay()
328 QTimer::singleShot( 0, this, &PopupDropper::subtractOverlay ); in subtractOverlay()
335 PopupDropper::Fading currFadeValue = d->fade; in subtractOverlay()
336 d->fade = PopupDropper::NoFade; in subtractOverlay()
359 PopupDropperItem* PopupDropper::addSubmenu( PopupDropper** pd, const QString &text ) in addSubmenu()
379 connect( action, &QAction::hovered, this, &PopupDropper::activateSubmenu ); in addSubmenu()
393 void PopupDropper::activateSubmenu() in activateSubmenu()
407 bool PopupDropper::addMenu( const QMenu *menu ) in addMenu()
427 PopupDropper *pd = new PopupDropper( nullptr ); in addMenu()
438 bool PopupDropper::standalone() const in standalone()
443 void PopupDropper::show() in show()
459 …if( ( d->fade == PopupDropper::FadeIn || d->fade == PopupDropper::FadeInOut ) && d->fadeInTime > 0… in show()
476 void PopupDropper::showAllOverlays() in showAllOverlays()
488 void PopupDropper::hide() in hide()
506 QTimer::singleShot( 0, this, &PopupDropper::hide ); in hide()
515 QTimer::singleShot( 0, this, &PopupDropper::hide ); in hide()
519 …if( ( d->fade == PopupDropper::FadeOut || d->fade == PopupDropper::FadeInOut ) && d->fadeOutTime >… in hide()
536 void PopupDropper::hideAllOverlays() in hideAllOverlays()
539 connect( this, &PopupDropper::fadeHideFinished, this, &PopupDropper::slotHideAllOverlays ); in hideAllOverlays()
544 void PopupDropper::slotHideAllOverlays() in slotHideAllOverlays()
547 disconnect( this, &PopupDropper::fadeHideFinished, this, &PopupDropper::slotHideAllOverlays ); in slotHideAllOverlays()
559 void PopupDropper::update() in update()
565 void PopupDropper::updateAllOverlays() in updateAllOverlays()
575 bool PopupDropper::isHidden() const in isHidden()
580 void PopupDropper::clear() in clear()
584 QTimer::singleShot(0, this, &PopupDropper::clear ); in clear()
598 …ic_cast<PopupDropperItem*>(item)->action(), &QAction::hovered, this, &PopupDropper::activateSubmen… in clear()
614 bool PopupDropper::isEmpty( bool allItems ) const in isEmpty()
622 bool PopupDropper::quitOnDragLeave() const in quitOnDragLeave()
627 void PopupDropper::setQuitOnDragLeave( bool quit ) in setQuitOnDragLeave()
632 int PopupDropper::fadeInTime() const in fadeInTime()
637 void PopupDropper::setFadeInTime( const int msecs ) in setFadeInTime()
642 int PopupDropper::fadeOutTime() const in fadeOutTime()
647 void PopupDropper::setFadeOutTime( const int msecs ) in setFadeOutTime()
652 PopupDropper::Fading PopupDropper::fading() const in fading()
657 void PopupDropper::setFading( PopupDropper::Fading fade ) in setFading()
662 const QTimeLine* PopupDropper::fadeHideTimer() const in fadeHideTimer()
667 const QTimeLine* PopupDropper::fadeShowTimer() const in fadeShowTimer()
672 int PopupDropper::deleteTimeout() const in deleteTimeout()
677 void PopupDropper::setDeleteTimeout( int msecs ) in setDeleteTimeout()
682 QColor PopupDropper::windowColor() const in windowColor()
687 void PopupDropper::setWindowColor( const QColor &window ) in setWindowColor()
693 QBrush PopupDropper::windowBackgroundBrush() const in windowBackgroundBrush()
698 void PopupDropper::setWindowBackgroundBrush( const QBrush &window ) in setWindowBackgroundBrush()
704 QColor PopupDropper::baseTextColor() const in baseTextColor()
709 void PopupDropper::setBaseTextColor( const QColor &text ) in setBaseTextColor()
716 QColor PopupDropper::hoveredTextColor() const in hoveredTextColor()
721 void PopupDropper::setHoveredTextColor( const QColor &text ) in setHoveredTextColor()
728 QPen PopupDropper::hoveredBorderPen() const in hoveredBorderPen()
733 void PopupDropper::setHoveredBorderPen( const QPen &border ) in setHoveredBorderPen()
740 QBrush PopupDropper::hoveredFillBrush() const in hoveredFillBrush()
745 void PopupDropper::setHoveredFillBrush( const QBrush &fill ) in setHoveredFillBrush()
752 void PopupDropper::setColors( const QColor &window, const QColor &baseText, const QColor &hoveredTe… in setColors()
762 void PopupDropper::setPalette( const QColor &window ) in setPalette()
770 void PopupDropper::setPalette( const QColor &window, const QColor &baseText, const QColor &hoveredT… in setPalette()
791 QString PopupDropper::windowTitle() const in windowTitle()
796 void PopupDropper::setWindowTitle( const QString &title ) in setWindowTitle()
802 QString PopupDropper::svgFile() const in svgFile()
807 void PopupDropper::setSvgFile( const QString &file ) in setSvgFile()
823 QSvgRenderer* PopupDropper::svgRenderer() in svgRenderer()
828 void PopupDropper::setSvgRenderer( QSvgRenderer *renderer ) in setSvgRenderer()
833 int PopupDropper::horizontalOffset() const in horizontalOffset()
838 void PopupDropper::setHorizontalOffset( int pixels ) in setHorizontalOffset()
843 const QSize PopupDropper::viewSize() const in viewSize()
851 void PopupDropper::addItem( PopupDropperItem *item, bool useSharedRenderer ) in addItem()
856 void PopupDropper::addItem( PopupDropperItem *item, bool useSharedRenderer, bool appendToList ) in addItem()
905 QList<PopupDropperItem*> PopupDropper::items() const in items()
916 QList<PopupDropperItem*> PopupDropper::submenuItems( const PopupDropperItem *item ) const in submenuItems()
932 void PopupDropper::forEachItem( void callback(void*) ) in forEachItem()
937 void PopupDropper::forEachItemPrivate( PopupDropperPrivate *pdp, void callback(void* item) ) in forEachItemPrivate()
945 void PopupDropper::addSeparator( PopupDropperItem* separator ) in addSeparator()