Home
last modified time | relevance | path

Searched refs:b_enabled (Results 1 – 25 of 48) sorted by relevance

12

/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/dialogs/
H A Dvlm.hpp119 bool b_enabled = true, bool b_loop = false );
122 bool b_enabled = true, bool b_loop = false );
127 bool b_enabled = true, const QString& mux = "" );
130 bool b_enabled = true, const QString& mux = "" );
133 bool b_enabled = true, const QString& mux = "" );
138 bool b_enabled = true, const QString& mux = "" );
165 bool b_enabled; member in VLMAWidget
H A Dvlm.cpp408 ui.enableCheck->setChecked( vlmObj->b_enabled ); in startModifyVLMItem()
437 vlmObj->b_enabled = ui.enableCheck->isChecked(); in saveModifications()
475 b_enabled = _enabled; in VLMAWidget()
479 setChecked( b_enabled ); in VLMAWidget()
584 b_enabled = !b_enabled; in toggleLoop()
617 rNumber, rDays, b_enabled); in update()
669 bool b_enabled, bool b_loop ) in AddBroadcast() argument
710 if( b_enabled ) in EditBroadcast()
770 bool b_enabled, in EditVod() argument
798 if( b_enabled ) in EditVod()
[all …]
/dports/games/simutrans/simutrans-121.0/gui/components/
H A Dgui_numberinput.h63 bool b_enabled:1; variable
115 void enable() { b_enabled = true; set_focusable(true); bt_left.enable(); bt_right.enable(); } in enable()
116 void disable() { b_enabled = false; set_focusable(false); bt_left.disable(); bt_right.disable(); } in disable()
117 bool enabled() const { return b_enabled; } in enabled()
118 bool is_focusable() OVERRIDE { return b_enabled && gui_component_t::is_focusable(); } in is_focusable()
H A Dgui_button.h82 uint8 b_enabled:1; variable
173 void enable(bool true_false_par = true) { b_enabled = true_false_par; }
177 bool enabled() { return b_enabled; } in enabled()
180 bool is_focusable() OVERRIDE { return b_enabled && gui_component_t::is_focusable(); } in is_focusable()
H A Dgui_button.cc35 #define get_state_offset() (b_enabled ? pressed : 2)
48 b_enabled = true; in button_t()
243 if(!b_enabled || IS_WINDOW_RESIZE(ev)) { in infowin_event()
311 text_color = b_enabled ? text_color : SYSCOL_BUTTON_TEXT_DISABLED; in draw()
318 …display_img_stretch_blend( gui_theme_t::button_color_tiles[b_enabled && pressed], area, background… in draw()
351 text_color = b_enabled ? this->text_color : SYSCOL_CHECKBOX_TEXT_DISABLED; in draw()
/dports/multimedia/vlc/vlc-3.0.16/include/vlc/
H A Dlibvlc_vlm.h63 int b_enabled, int b_loop );
80 int b_enabled, const char *psz_mux );
101 const char *psz_name, int b_enabled );
182 int b_enabled, int b_loop );
/dports/multimedia/vlc/vlc-3.0.16/lib/
H A Dvlm.c380 int b_enabled, int b_loop ) in libvlc_vlm_add_broadcast() argument
390 m.b_enabled = b_enabled; in libvlc_vlm_add_broadcast()
412 const char * const *ppsz_options, int b_enabled, in libvlc_vlm_add_vod() argument
423 m.b_enabled = b_enabled; in libvlc_vlm_add_vod()
488 const char *psz_name, int b_enabled ) in libvlc_vlm_set_enabled() argument
490 #define VLM_CHANGE_CODE { p_media->b_enabled = b_enabled; } in libvlc_vlm_set_enabled()
547 const char * const *ppsz_options, int b_enabled, in libvlc_vlm_change_media() argument
551 p_media->b_enabled = b_enabled; \ in libvlc_vlm_change_media()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_vlm.h46 bool b_enabled; /*< vlm_media_t is enabled */ member
233 p_dst->b_enabled = p_src->b_enabled; in vlm_media_Copy()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCMainMenu.m622 [_program setEnabled: b_enabled];
623 [_title setEnabled: b_enabled];
624 [_chapter setEnabled: b_enabled];
625 [_audiotrack setEnabled: b_enabled];
626 [_visual setEnabled: b_enabled];
629 [_channels setEnabled: b_enabled];
632 [_screen setEnabled: b_enabled];
634 [_crop setEnabled: b_enabled];
640 if (b_enabled) {
648 [_teletext setEnabled: b_enabled];
[all …]
/dports/multimedia/vlc/vlc-3.0.16/src/input/
H A Dvlmshell.c675 p_cfg->b_enabled = true; in ExecuteMediaProperty()
679 p_cfg->b_enabled = false; in ExecuteMediaProperty()
984 p_sched->b_enabled = false; in vlm_ScheduleNew()
1034 schedule->b_enabled = true; in vlm_ScheduleSetup()
1038 schedule->b_enabled = false; in vlm_ScheduleSetup()
1296 vlm_MessageNew( "enabled", p_cfg->b_enabled ? "yes" : "no" ) ); in vlm_ShowMedia()
1393 vlm_MessageNew( "enabled", schedule->b_enabled ? in vlm_Show()
1495 vlm_MessageNew( "enabled", s->b_enabled ? in vlm_Show()
1614 p_cfg->b_enabled ? "en" : "dis" ); in Save()
1649 schedule->b_enabled ? "en" : "dis" ); in Save()
H A Dvlm_internal.h68 bool b_enabled; member
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp7.cpp17 int &b_enabled = b(Q()); // expected-error {{cannot bind to a temporary of type 'void'}} variable
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp7.cpp17 int &b_enabled = b(Q()); // expected-error {{cannot bind to a temporary of type 'void'}} variable
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp7.cpp17 int &b_enabled = b(Q()); // expected-error {{cannot bind to a temporary of type 'void'}} variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp7.cpp18 int &b_enabled = b(Q()); // expected-error {{cannot bind to a temporary of type 'void'}} variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp7.cpp18 int &b_enabled = b(Q()); // expected-error {{cannot bind to a temporary of type 'void'}} variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp7.cpp18 int &b_enabled = b(Q()); // expected-error {{cannot bind to a temporary of type 'void'}} variable
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp7.cpp18 int &b_enabled = b(Q()); // expected-error {{cannot bind to a temporary of type 'void'}} variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp7.cpp18 int &b_enabled = b(Q()); // expected-error {{cannot bind to a temporary of type 'void'}} variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp7.cpp18 int &b_enabled = b(Q()); // expected-error {{cannot bind to a temporary of type 'void'}} variable
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp7.cpp18 int &b_enabled = b(Q()); // expected-error {{cannot bind to a temporary of type 'void'}} variable
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp7.cpp18 int &b_enabled = b(Q()); // expected-error {{cannot bind to a temporary of type 'void'}} variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp7.cpp18 int &b_enabled = b(Q()); // expected-error {{cannot bind to a temporary of type 'void'}} variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp7.cpp18 int &b_enabled = b(Q()); // expected-error {{cannot bind to a temporary of type 'void'}} variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp7.cpp18 int &b_enabled = b(Q()); // expected-error {{cannot bind to a temporary of type 'void'}} variable

12