\return error code (QtxEvalExpr::Error)
*/
+/*!
+ \fn QString QtxEvalSet::name() const;
+ \brief Get unique operations set name.
+
+ Should be redefined in the successor classes.
+
+ \return operations set name
+*/
+
/*!
\class QtxEvalSetBase
\brief Generic class. Provides functionality for standard operations sets.
#include <QApplication>
/*!
- \brief class QtxGroupBox
+ \class QtxGroupBox
\brief Enhanced group box widget.
- The QtxGroupBox class allows insereting custom widgets in the
+ The QtxGroupBox class allows inserting custom widgets in the
group box title. Use insertTitleWidget() method to add
custom widget to the title and removeTitleWidget() to remove it.
*/
}
/*!
- \class QPopupMgr
+ \class QtxPopupMgr
\brief Popup menu manager.
Menu manager allows using of set of action for automatic generating of
return str;
}
-/*
+/*!
\fn int QtxPopupSelection::count() const;
\brief Get number of the selected objects.
\return nb of selected objects
*/
-/*
+/*!
\fn QVariant QtxPopupSelection::parameter( const int idx, const QString& name ) const;
\brief Get number of the selected objects.
\param idx parameter index
The parameter \a gradientType defines the type of gradient
to be drawn - horizontal or vertical. Default is vertical.
- Note, that methods setProgressGradient() and setProgresColors() are
+ Note, that methods setProgressGradient() and setProgressColors() are
alternative. Only the latest used is taken into account.
\param startColor start gradient color (or mono-color)
the progress bar. The color scale (blue to red) is changed by the
progress bar diagonal.
- Note, that methods setProgressGradient() and setProgresColors() are
+ Note, that methods setProgressGradient() and setProgressColors() are
alternative. Only the latest used is taken into account.
\param gradient color gradient to be used for progress bar coloring
- \sa progressGradient(), setProgresColors()
+ \sa progressGradient(), setProgressColors()
*/
void QtxSplash::setProgressGradient( const QLinearGradient& gradient )
{
/*!
\brief Get error code.
- This function returns error code, set previoiusly with setError() or
- error( QString&, QString, int ) methods.
+ This function returns error code, set previoiusly with
+ error(const QString&, const QString&, const int) method.
If no error code has been set, 0 is returned.
\return last error code