Sayonara Player
Public Member Functions | List of all members
PreferenceAction Class Reference

#include <PreferenceInterface.h>

Detailed Description

The action, which is used to access the Preference.

This action is generated by and handled by the PreferenceInterface. Usually you don't get in touch with that class.

Public Member Functions

 PreferenceAction (const QString &text, QWidget *preference_interface)
 PreferenceAction Create QAction object, which is automatically connected to the show event of the underlying widget. More...
 

Constructor & Destructor Documentation

PreferenceAction::PreferenceAction ( const QString &  text,
QWidget *  preference_interface 
)
inline

PreferenceAction Create QAction object, which is automatically connected to the show event of the underlying widget.

Parameters
texttext of the action
preference_interfaceWidget, that should appear when action is triggered
Inheritance diagram for PreferenceAction: