umbrello API Documentation

KPlayerPopupSliderAction Class Reference

Action representing a popup slider activated by a toolbar button. More...

#include <kplayerslideraction.h>

List of all members.

Public Member Functions

 KPlayerPopupSliderAction (const QString &text, const QString &pix, const KShortcut &shortcut, const QObject *receiver, const char *slot, QObject *parent=0, const char *name=0)
 The KPlayerPopupSliderAction constructor.
virtual ~KPlayerPopupSliderAction ()
 The KPlayerPopupSliderAction destructor.
KPlayerSliderslider (void)
 Returns a pointer to the KPlayerSlider object.

Protected Slots

virtual void slotActivated (void)
 Pops up the slider.

Protected Attributes

KPlayerSliderm_slider
 The slider.
KPlayerPopupFramem_frame
 The popup frame.


Detailed Description

Action representing a popup slider activated by a toolbar button.

Author:
kiriuja

Definition at line 126 of file kplayerslideraction.h.


Constructor & Destructor Documentation

KPlayerPopupSliderAction::KPlayerPopupSliderAction const QString &  text,
const QString &  pix,
const KShortcut &  shortcut,
const QObject *  receiver,
const char *  slot,
QObject *  parent = 0,
const char *  name = 0
 

The KPlayerPopupSliderAction constructor.

Parameters are passed on to KAction.

Definition at line 68 of file kplayerslideraction.cpp.

References m_frame, and m_slider.

KPlayerPopupSliderAction::~KPlayerPopupSliderAction  )  [virtual]
 

The KPlayerPopupSliderAction destructor.

Deletes the KPlayerPopupFrame.

Definition at line 83 of file kplayerslideraction.cpp.

References m_frame.


Member Function Documentation

KPlayerSlider* KPlayerPopupSliderAction::slider void   )  [inline]
 

Returns a pointer to the KPlayerSlider object.

Definition at line 141 of file kplayerslideraction.h.

References m_slider.

void KPlayerPopupSliderAction::slotActivated void   )  [protected, virtual, slot]
 

Pops up the slider.

Definition at line 117 of file kplayerslideraction.cpp.

References m_frame, and m_slider.


Member Data Documentation

KPlayerSlider* KPlayerPopupSliderAction::m_slider [protected]
 

The slider.

Definition at line 157 of file kplayerslideraction.h.

Referenced by KPlayerPopupSliderAction(), slider(), and slotActivated().

KPlayerPopupFrame* KPlayerPopupSliderAction::m_frame [protected]
 

The popup frame.

Definition at line 160 of file kplayerslideraction.h.

Referenced by KPlayerPopupSliderAction(), slotActivated(), and ~KPlayerPopupSliderAction().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for umbrello Version 3.1.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Jun 26 08:08:05 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003