|
| DesignObjectSearchWidget (QWidget *parent=nullptr) |
|
void | setSearchIDs () |
|
void | setManager (DesignObjectLookup *lookup) |
|
void | setSearchIDs (DesignObject::DesignProperty property, const Buffer< UUID > &objects) |
|
void | setSearchIDs (const Buffer< UUID > &objects) |
|
void | setDesignProperty (DesignObject::DesignProperty property) |
|
Buffer< UUID > | getObjectsContainingSearch () const |
|
Buffer< UUID > | getObjectsBeginningWithSearch () const |
|
| QCustomLineEdit (QWidget *parent=Q_NULLPTR) |
|
| QCustomLineEdit (const QString &value, QWidget *parent=Q_NULLPTR) |
|
| ~QCustomLineEdit () |
|
virtual void | setTitle (const TranslatedString &title) |
|
QCustomValidator & | customValidator () |
|
const QCustomValidator & | customValidator () const |
|
void | setConstantUnit (const ConstPointer< Unit > &unit, uint01 dimension=Constant< uint01 >::NaN) |
|
void | setCustomUnit (const String &unit, UnitType fallback_unit, uint01 dimension=Constant< uint01 >::NaN) |
|
void | setUnitType (UnitType unit, uint01 dimension=Constant< uint01 >::NaN) |
|
void | setAsKeyboardFocus () |
|
bool | isValid () const |
|
void | setEditable (bool editable) |
|
bool | isEditable () const |
|
bool | isEditing () const |
|
bool | hasUserFocus () const |
|
void | clearBackgroundColor () |
|
void | setInputHint (const TranslatedString &hint) |
|
void | clearInputHint () |
|
void | setToolTip (const TranslatedString &tooltip) |
|
String | getValue (bool allow_placeholder) const |
|
String | getValue () const |
|
template<class t_angle_type > |
void | setUnitValue (Angle< t_angle_type > value) |
|
void | setUnitValue (fltp08 value) |
|
void | setPlaceHolderUnitValue (fltp08 value) |
|
template<class t_angle_type = fltp08> |
Angle< t_angle_type > | getUnitAngle (bool allow_placeholder=true) const |
|
fltp08 | getUnitValue (bool allow_placeholder=true) const |
|
template<class t_type > |
void | setup (const TranslatedString &title) |
|
void | setup (const TranslatedString &title, UnitType unit_type, uint01 dim=Constant< uint01 >::NaN) |
|
void | setup (const TranslatedString &title, const TypeInfo &type) |
|
void | setup (GenericOption &option) |
|
template<class t_type > |
void | setup (ApplicationOption< t_type > &option) |
|
template<class t_type > |
void | setup (const TranslatedString &title, Resource< t_type > &resource) |
|
void | setup (const TranslatedString &title, Resource< String > &resource) |
|
void | setAllowPlaceholderAsValue (bool allow) |
|
template<class t_type > |
t_type | getAs (bool allow_placeholder) const |
|
template<class t_type > |
t_type | getAs () const |
|
template<class t_type > |
std::enable_if< ObjectInfo< t_type >::Number, void >::type | setValue (const t_type &input_value) |
|
template<class t_type > |
std::enable_if<!ObjectInfo< t_type >::Number, void >::type | setValue (const t_type &input_value) |
|
void | setValue (const TimeSpan &input_value) |
|
void | setValue (const Angle< sint04 > &input_value) |
|
void | setValue (const Angle< fltp08 > &input_value) |
|
void | setBackgroundColor (const RGBColor &color) |
|
RGBColor | backgroundColor () const |
|
template<class t_type > |
void | setPlaceholderValue (const t_type &input_value, bool allow_placeholder_as_value=true) |
|
void | setPlaceholderValue (const TranslatedString &input_value, bool allow_placeholder_as_value=true) |
|
QSize | sizeHint () const override |
|
QSize | minimumSizeHint () const override |
|
void | wheelEvent (QWheelEvent *event) override |
|
void | forceValue (const String &units) |
|
bool | event (QEvent *event) override |
|
const TranslatedString & | inputHint () const |
|
void | updateHints () |
|
void | setStep (fltp08 step) |
|
void | setAutoShowTooltip (bool auto_show_tooltip) |
|
void | setPlaceholderText (const QString &value) |
|
void | startUserEdit (bool select_all=true) |
|
void | setFontMultiplier (fltp04 font_multiplier) |
|
void | setBold (bool is_bold) |
|