umbrello
2.38.5
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <dontaskagain.h>
Public Member Functions | |
DontAskAgainItem (const QString &name) | |
virtual | ~DontAskAgainItem () |
QString & | name () |
virtual QString | text () const =0 |
bool | isAll () |
bool | isEnabled () |
void | setEnabled (bool state=true) |
Protected Attributes | |
QString | m_name |
The DontAskAgainItem class holds a 'dont ask again' item, see DontAskAgainHandler for details.
DontAskAgainItem::DontAskAgainItem | ( | const QString & | name | ) |
|
virtual |
bool DontAskAgainItem::isAll | ( | ) |
bool DontAskAgainItem::isEnabled | ( | ) |
QString & DontAskAgainItem::name | ( | ) |
void DontAskAgainItem::setEnabled | ( | bool | state = true | ) |
|
pure virtual |
|
protected |