arbeit
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

FieldProperties Class Reference

#include <FieldProperties.h>

List of all members.


Detailed Description

FieldProperties.h simianUI.

Definition at line 28 of file FieldProperties.h.

Public Slots

virtual void setName (const QString &name)
 set name

virtual void setActive (bool onoff)
 set Active

virtual void showProperties (void)

Public Member Functions

 FieldProperties (VolFieldSP vf, QWidget *parent=0, const char *name=0, WFlags wf=0)
virtual ~FieldProperties ()

Protected Member Functions

virtual void confFieldProps ()
 actually builds the widget


Protected Attributes

VolFieldSP _vf


Constructor & Destructor Documentation

FieldProperties::FieldProperties VolFieldSP  vf,
QWidget *  parent = 0,
const char *  name = 0,
WFlags  wf = 0
 

Definition at line 33 of file FieldProperties.cpp.

References confFieldProps(), and name.

virtual FieldProperties::~FieldProperties  )  [inline, virtual]
 

Definition at line 32 of file FieldProperties.h.


Member Function Documentation

void FieldProperties::confFieldProps  )  [protected, virtual]
 

actually builds the widget

name

label the name field

find a suitable name

let the user change the name of the field, needed for saving etc...

1 row 2 columns

Definition at line 87 of file FieldProperties.cpp.

References _vf, gutz::connect(), gutz::SmartPtr< VolField >::isNull(), n, name, setActive(), setName(), showProperties(), and string.

Referenced by FieldProperties().

void FieldProperties::setActive bool  onoff  )  [virtual, slot]
 

set Active

Definition at line 64 of file FieldProperties.cpp.

References _vf, and gutz::SmartPtr< VolField >::isNull().

Referenced by confFieldProps().

void FieldProperties::setName const QString &  name  )  [virtual, slot]
 

set name

Definition at line 48 of file FieldProperties.cpp.

References _vf, gutz::SmartPtr< VolField >::isNull(), and name.

Referenced by confFieldProps().

void FieldProperties::showProperties void   )  [virtual, slot]
 

Definition at line 72 of file FieldProperties.cpp.

Referenced by confFieldProps().


Member Data Documentation

VolFieldSP FieldProperties::_vf [protected]
 

Definition at line 43 of file FieldProperties.h.

Referenced by confFieldProps(), setActive(), and setName().


The documentation for this class was generated from the following files:
Send questions, comments, and bug reports to:
jmk