
Defines | |
| #define | MINWIDTH_BOX 90 |
Todo:
| |
| #define | LAST_COLUMN 10 |
| #define | CHECKBOX_LISTS |
Functions | |
| QString | formatTooltip (const QString &tooltip) |
| void | setfillVLCConfigCombo (const char *configname, intf_thread_t *p_intf, QComboBox *combo) |
| #define CHECKBOX_LISTS |
Value:
{ \
QCheckBox *cb = new QCheckBox( qtr( module_GetLongName( p_parser ) ) );\
checkBoxListItem *cbl = new checkBoxListItem; \
\
CONNECT( cb, stateChanged( int ), this, onUpdate() );\
cb->setToolTip( formatTooltip( qtr( module_get_help( p_parser ))));\
cbl->checkBox = cb; \
\
cbl->psz_module = strdup( module_get_object( p_parser ) ); \
modules.push_back( cbl ); \
\
if( p_item->value.psz && strstr( p_item->value.psz, cbl->psz_module ) ) \
cbl->checkBox->setChecked( true ); \
}
| #define LAST_COLUMN 10 |
Referenced by FileConfigControl::FileConfigControl, FloatConfigControl::FloatConfigControl, IntegerConfigControl::IntegerConfigControl, IntegerListConfigControl::IntegerListConfigControl, ModuleConfigControl::ModuleConfigControl, StringConfigControl::StringConfigControl, and StringListConfigControl::StringListConfigControl.
| #define MINWIDTH_BOX 90 |
Todo:
..
Referenced by FloatConfigControl::FloatConfigControl, IntegerConfigControl::IntegerConfigControl, IntegerListConfigControl::IntegerListConfigControl, ModuleConfigControl::ModuleConfigControl, and StringListConfigControl::StringListConfigControl.
| QString formatTooltip | ( | const QString & | tooltip | ) |
| void setfillVLCConfigCombo | ( | const char * | configname, | |
| intf_thread_t * | p_intf, | |||
| QComboBox * | combo | |||
| ) |
References module_config_t::b_dirty, config_FindConfig(), module_value_t::i, vlc_value_t::i_int, module_config_t::i_list, module_config_t::pf_update_list, module_config_t::pi_list, module_config_t::ppsz_list_text, module_config_t::psz_longtext, qfu, module_config_t::value, and VLC_OBJECT.
Referenced by FileOpenPanel::FileOpenPanel(), and CaptureOpenPanel::initialize().
1.5.6