Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
tagSettingDlgShowTabPageOption Struct 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
 

Detailed Description

Define the strategy to show the tab pages in the setting dialog.

Definition at line 314 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ tagSettingDlgShowTabPageOption()

tagSettingDlgShowTabPageOption::tagSettingDlgShowTabPageOption ( )
inline

Definition at line 338 of file setting_service_interface.h.

339 {
340 bShowGeneral = true;
341 bShowVideo = true;
342 bShowAudio = true;
343 bShowShareScreen = true;
345 bSHowRecording = true;
346 bShowStatistics = true;
347 bShowAccessibility = true;
349 bShowAdvancedFeature = false;
350 bShowFeedback = false;
351 }

References bShowAccessibility, bShowAdvancedFeature, bShowAudio, bShowFeedback, bShowGeneral, bShowKeyboardShortcuts, bSHowRecording, bShowShareScreen, bShowStatistics, bShowVideo, and bShowVirtualBackGround.

Field Documentation

◆ bShowAccessibility

bool tagSettingDlgShowTabPageOption::bShowAccessibility

true indicates to show accessibility page.

Definition at line 337 of file setting_service_interface.h.

Referenced by tagSettingDlgShowTabPageOption().

◆ bShowAdvancedFeature

bool tagSettingDlgShowTabPageOption::bShowAdvancedFeature

true indicates to show profile page.

Definition at line 329 of file setting_service_interface.h.

Referenced by tagSettingDlgShowTabPageOption().

◆ bShowAudio

bool tagSettingDlgShowTabPageOption::bShowAudio

true indicates to show audio page.

Definition at line 321 of file setting_service_interface.h.

Referenced by tagSettingDlgShowTabPageOption().

◆ bShowFeedback

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().

◆ bShowGeneral

bool tagSettingDlgShowTabPageOption::bShowGeneral

true indicates to show general page.

Definition at line 317 of file setting_service_interface.h.

Referenced by tagSettingDlgShowTabPageOption().

◆ bShowKeyboardShortcuts

bool tagSettingDlgShowTabPageOption::bShowKeyboardShortcuts

true indicates to show keyboard shortcuts page.

Definition at line 335 of file setting_service_interface.h.

Referenced by tagSettingDlgShowTabPageOption().

◆ bSHowRecording

bool tagSettingDlgShowTabPageOption::bSHowRecording

true indicates to show recording page.

Definition at line 327 of file setting_service_interface.h.

Referenced by tagSettingDlgShowTabPageOption().

◆ bShowShareScreen

bool tagSettingDlgShowTabPageOption::bShowShareScreen

true indicates to show share screen page.

Definition at line 323 of file setting_service_interface.h.

Referenced by tagSettingDlgShowTabPageOption().

◆ bShowStatistics

bool tagSettingDlgShowTabPageOption::bShowStatistics

true indicates to show statistics page.

Definition at line 331 of file setting_service_interface.h.

Referenced by tagSettingDlgShowTabPageOption().

◆ bShowVideo

bool tagSettingDlgShowTabPageOption::bShowVideo

true indicates to show video page.

Definition at line 319 of file setting_service_interface.h.

Referenced by tagSettingDlgShowTabPageOption().

◆ bShowVirtualBackGround

bool tagSettingDlgShowTabPageOption::bShowVirtualBackGround

true indicates to show virtual background page.

Definition at line 325 of file setting_service_interface.h.

Referenced by tagSettingDlgShowTabPageOption().