ADTF Qt5
Loading...
Searching...
No Matches
adtf::ui::riddler Namespace Reference

Legacy version namespace for all functionality of the ADTF UI SDK taken over from ADTF v3.17. More...

Classes

class  IQtXSystem
 Interface definition for the ADTF XSystem based on Qt. Use this interface to create your own displays within the Qt5 ADTF XSystem UI Service. More...
 
class  qt_ui_filter
 
class  qt_ui_service
 

Typedefs

using cQtUIFilter = riddler::qt_ui_filter<adtf::filter::cFilter>
 
using cQtUIDynamicFilter = cQtUIFilter
 

Functions

QString get_window_state_folder_name (const QString &strSessionDataDir, const QString &strShortPathName)
 Get the default window state folder name.
 

Detailed Description

Legacy version namespace for all functionality of the ADTF UI SDK taken over from ADTF v3.17.

Typedef Documentation

◆ cQtUIDynamicFilter

Basic UI Filter implementation.

See also
adtf::filter::hollow::cFilter, adtf::ui::riddler::IQtXSystem
Remarks
This class is defined for backward compatibility only.

◆ cQtUIFilter

using adtf::ui::riddler::cQtUIFilter = riddler::qt_ui_filter<adtf::filter::cFilter>

Basic UI Filter implementation.

See also
adtf::filter::hollow::cFilter, adtf::ui::riddler::IQtXSystem

Function Documentation

◆ get_window_state_folder_name()

QString adtf::ui::riddler::get_window_state_folder_name ( const QString & strSessionDataDir,
const QString & strShortPathName )

Get the default window state folder name.

Parameters
strSessionDataDirThe session data directory (if session manager is used this should be adtf::services::macro::ADTF_SESSION_DATA_DIR)
strShortPathNameThe short path for the state identifier (see adtf::ui::riddler::IQtXSystem::IWindowState::GetStateIdentifier)
Returns
QString The default folder name of the window state folder used by adtf::ui::riddler::IQtXSystem.