Script
Public Slots | List of all members
Input Class Reference

Access to Simplified Input Dialogs. More...

#include <qswidget.h>

Inheritance diagram for Input:
Inheritance graph
[legend]
Collaboration diagram for Input:
Collaboration graph
[legend]

Public Slots

QVariant getText (String &label=String::null, String &text=String::null, String &title=String::null, QWidget *parent=0)
 Function to get a string from the user. More...
 
QVariant getNumber (String &label=String::null, double value=0, int decimals=0, double minValue=-2147483647, double maxValue=2147483647, String &title=String::null, QWidget *parent=0)
 Function to get a number from the user. More...
 
QVariant getItem (String &label, StringList &itemList, String &currentItem=String::null, bool editable=false, String &title=String::null, QWidget *parent=0)
 Function to get an item from the user. More...
 
QVariant getItem (StringList &itemList, String &currentItem=String::null, bool editable=false, QWidget *parent=0)
 Function to get an item from the user. More...
 

Detailed Description

Access to Simplified Input Dialogs.

Member Function Documentation

QVariant Input::getItem ( String &  label,
StringList &  itemList,
String &  currentItem = String::null,
bool  editable = false,
String &  title = String::null,
QWidget *  parent = 0 
)
slot

Function to get an item from the user.

QVariant Input::getItem ( StringList &  itemList,
String &  currentItem = String::null,
bool  editable = false,
QWidget *  parent = 0 
)
inlineslot

Function to get an item from the user.

QVariant Input::getNumber ( String &  label = String::null,
double  value = 0,
int  decimals = 0,
double  minValue = -2147483647,
double  maxValue = 2147483647,
String &  title = String::null,
QWidget *  parent = 0 
)
slot

Function to get a number from the user.

QVariant Input::getText ( String &  label = String::null,
String &  text = String::null,
String &  title = String::null,
QWidget *  parent = 0 
)
slot

Function to get a string from the user.


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