Meeting SDK for Windows API Reference
|
Define the strategy to show the tab pages in the setting dialog. More...
#include <setting_service_interface.h>
Public Member Functions | |
tagSettingDlgShowTabPageOption () | |
Data Fields | |
bool | bShowGeneral |
bool | bShowVideo |
bool | bShowAudio |
bool | bShowShareScreen |
bool | bShowVirtualBackGround |
bool | bSHowRecording |
bool | bShowAdvancedFeature |
bool | bShowStatistics |
bool | bShowFeedback |
bool | bShowKeyboardShortcuts |
bool | bShowAccessibility |
Define the strategy to show the tab pages in the setting dialog.
Definition at line 314 of file setting_service_interface.h.
|
inline |
Definition at line 338 of file setting_service_interface.h.
References bShowAccessibility, bShowAdvancedFeature, bShowAudio, bShowFeedback, bShowGeneral, bShowKeyboardShortcuts, bSHowRecording, bShowShareScreen, bShowStatistics, bShowVideo, and bShowVirtualBackGround.
bool tagSettingDlgShowTabPageOption::bShowAccessibility |
true indicates to show accessibility page.
Definition at line 337 of file setting_service_interface.h.
Referenced by tagSettingDlgShowTabPageOption().
bool tagSettingDlgShowTabPageOption::bShowAdvancedFeature |
true indicates to show profile page.
Definition at line 329 of file setting_service_interface.h.
Referenced by tagSettingDlgShowTabPageOption().
bool tagSettingDlgShowTabPageOption::bShowAudio |
true indicates to show audio page.
Definition at line 321 of file setting_service_interface.h.
Referenced by tagSettingDlgShowTabPageOption().
bool tagSettingDlgShowTabPageOption::bShowFeedback |
true indicates to show feed back page.This parameter is marked as deprecated.
Definition at line 333 of file setting_service_interface.h.
Referenced by tagSettingDlgShowTabPageOption().
bool tagSettingDlgShowTabPageOption::bShowGeneral |
true indicates to show general page.
Definition at line 317 of file setting_service_interface.h.
Referenced by tagSettingDlgShowTabPageOption().
bool tagSettingDlgShowTabPageOption::bShowKeyboardShortcuts |
true indicates to show keyboard shortcuts page.
Definition at line 335 of file setting_service_interface.h.
Referenced by tagSettingDlgShowTabPageOption().
bool tagSettingDlgShowTabPageOption::bSHowRecording |
true indicates to show recording page.
Definition at line 327 of file setting_service_interface.h.
Referenced by tagSettingDlgShowTabPageOption().
bool tagSettingDlgShowTabPageOption::bShowShareScreen |
true indicates to show share screen page.
Definition at line 323 of file setting_service_interface.h.
Referenced by tagSettingDlgShowTabPageOption().
bool tagSettingDlgShowTabPageOption::bShowStatistics |
true indicates to show statistics page.
Definition at line 331 of file setting_service_interface.h.
Referenced by tagSettingDlgShowTabPageOption().
bool tagSettingDlgShowTabPageOption::bShowVideo |
true indicates to show video page.
Definition at line 319 of file setting_service_interface.h.
Referenced by tagSettingDlgShowTabPageOption().
bool tagSettingDlgShowTabPageOption::bShowVirtualBackGround |
true indicates to show virtual background page.
Definition at line 325 of file setting_service_interface.h.
Referenced by tagSettingDlgShowTabPageOption().