############
UserVariable
############

.. cpp:namespace:: RFK::UserVariable

.. default-domain:: cpp

Fields
======

======================================================== ===================================================
:cpp:enumerator:`~RFK::UVAR_TYPE`                        :cpp:var:`~RFK::UserVariable::_type`               
:cpp:enumerator:`~RFK::UVAR_WIDGET`                      :cpp:var:`~RFK::UserVariable::_widget`             
bool                                                     :cpp:var:`~RFK::UserVariable::_b`                  
char                                                     :cpp:var:`~RFK::UserVariable::_c`                  
short                                                    :cpp:var:`~RFK::UserVariable::_s`                  
int                                                      :cpp:var:`~RFK::UserVariable::_i`                  
float                                                    :cpp:var:`~RFK::UserVariable::_f`                  
double                                                   :cpp:var:`~RFK::UserVariable::_d`                  
union RFK::UserVariable::@0                              :cpp:var:`~RFK::UserVariable::@1`                  
char                                                     :cpp:var:`~RFK::UserVariable::_cmin`               
short                                                    :cpp:var:`~RFK::UserVariable::_smin`               
int                                                      :cpp:var:`~RFK::UserVariable::_imin`               
float                                                    :cpp:var:`~RFK::UserVariable::_fmin`               
double                                                   :cpp:var:`~RFK::UserVariable::_dmin`               
union RFK::UserVariable::@2                              :cpp:var:`~RFK::UserVariable::@3`                  
char                                                     :cpp:var:`~RFK::UserVariable::_cmax`               
short                                                    :cpp:var:`~RFK::UserVariable::_smax`               
int                                                      :cpp:var:`~RFK::UserVariable::_imax`               
float                                                    :cpp:var:`~RFK::UserVariable::_fmax`               
double                                                   :cpp:var:`~RFK::UserVariable::_dmax`               
union RFK::UserVariable::@4                              :cpp:var:`~RFK::UserVariable::@5`                  
char                                                     :cpp:var:`~RFK::UserVariable::_cstep`              
short                                                    :cpp:var:`~RFK::UserVariable::_sstep`              
int                                                      :cpp:var:`~RFK::UserVariable::_istep`              
float                                                    :cpp:var:`~RFK::UserVariable::_fstep`              
double                                                   :cpp:var:`~RFK::UserVariable::_dstep`              
union RFK::UserVariable::@6                              :cpp:var:`~RFK::UserVariable::@7`                  
:doc:`classRED_1_1String`                                :cpp:var:`~RFK::UserVariable::_string`             
:doc:`classRED_1_1Vector` < :doc:`classRED_1_1String` >  :cpp:var:`~RFK::UserVariable::_list`               
int                                                      :cpp:var:`~RFK::UserVariable::_list_current_index` 
:doc:`classRED_1_1String`                                :cpp:var:`~RFK::UserVariable::_file_extensions`    
:doc:`classRED_1_1String`                                :cpp:var:`~RFK::UserVariable::_name`               
======================================================== ===================================================

Functions
=========

=== ===========================================================
..  :cpp:func:`UserVariable <RFK::UserVariable::UserVariable>` 
=== ===========================================================

.. cpp:namespace:: nullptr

Detailed Description
====================

.. doxygenclass:: RFK::UserVariable
   :project: RED
   :members:
   :undoc-members:



