gui::IntOption Class Reference

Widget to edit integer option. More...

#include <intoption.h>

Inheritance diagram for gui::IntOption:
gui::StringOption gui::Option

List of all members.

Public Member Functions

 IntOption (const QString &_key=0, QWidget *parent=0, int defValue=0)
virtual ~IntOption ()

Detailed Description

Widget to edit integer option.

class for widget containing one editable setting of type integer
Used as one item type in option window


Constructor & Destructor Documentation

gui::IntOption::IntOption ( const QString &  _key = 0,
QWidget *  parent = 0,
int  defValue = 0 
)

Default constructor of IntOption item

Parameters:
parent parent Option Editor containing this control
_key Key in settings for this option
defValue Default value if option not found in configuration
gui::IntOption::~IntOption (  )  [virtual]

default destructor


The documentation for this class was generated from the following files: