#include <kptconfigbehaviorpanel.h>
Public Member Functions | |
ConfigBehaviorPanel (Behavior &behavior, QWidget *parent=0, const char *name=0) | |
void | setStartValues () |
bool | ok () |
bool | apply () |
Private Attributes | |
Behavior | m_oldvalues |
Behavior & | m_behavior |
Definition at line 34 of file kptconfigbehaviorpanel.h.
KPlato::ConfigBehaviorPanel::ConfigBehaviorPanel | ( | Behavior & | behavior, | |
QWidget * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
void KPlato::ConfigBehaviorPanel::setStartValues | ( | ) |
Definition at line 54 of file kptconfigbehaviorpanel.cc.
References m_oldvalues.
Referenced by ConfigBehaviorPanel().
bool KPlato::ConfigBehaviorPanel::ok | ( | ) |
Definition at line 59 of file kptconfigbehaviorpanel.cc.
bool KPlato::ConfigBehaviorPanel::apply | ( | ) |
Behavior KPlato::ConfigBehaviorPanel::m_oldvalues [private] |
Behavior& KPlato::ConfigBehaviorPanel::m_behavior [private] |