Home
last modified time | relevance | path

Searched refs:KlashView (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/plugin/klash4/
H A Dklash_part.h43 class KlashView; variable
98 KlashView * m_view;
100 KlashEmbed (KlashView * parent);
104 class KLASH_NO_EXPORT KlashView : public QWidget {
107 KlashView (QWidget * parent);
108 ~KlashView ();
H A Dklash_part.cpp150 KParts::Part::setWidget (new KlashView (wparent)); in KlashPart()
187 << QString::number(static_cast<KlashView*>(widget())->embedId()); in play()
572 KlashEmbed::KlashEmbed (KlashView * view) : QX11EmbedWidget (view), m_view (view) {} in KlashEmbed()
578 KlashView::KlashView (QWidget * parent) in KlashView() function in KlashView
581 KlashView::~KlashView () {} in ~KlashView()
583 void KlashView::resizeEvent (QResizeEvent *) { in resizeEvent()
587 WId KlashView::embedId () { in embedId()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/plugin/klash/
H A Dklash_part.h43 class KlashView; variable
98 KlashView * m_view;
100 KlashEmbed (KlashView * parent);
104 class KLASH_NO_EXPORT KlashView : public QWidget {
107 KlashView (QWidget * parent);
108 ~KlashView ();
H A Dklash_part.cpp138 KParts::Part::setWidget (new KlashView (wparent)); in KlashPart()
176 QString::number(static_cast<KlashView*>(widget())->embedId()); in play()
561 KlashEmbed::KlashEmbed (KlashView * view) : QXEmbed (view), m_view (view) {} in KlashEmbed()
567 KlashView::KlashView (QWidget * parent) in KlashView() function in KlashView
570 KlashView::~KlashView () {} in ~KlashView()
572 void KlashView::resizeEvent (QResizeEvent *) { in resizeEvent()
576 WId KlashView::embedId () { in embedId()