ADTF  3.18.2
adtf::ui::riddler Namespace Reference

Namespace for all functionality of the ADTF UI SDK provided since v3.17. More...

Classes

class  qt_ui_filter
 Implementation template which implements a IQtXSystem::IWindow and a IQtXSystem::IWindowState interface and creates a window on the adtf::ui::riddler::IQtXSystem while initializing. More...
 
class  qt_ui_service
 Implementation template which implements a IQtXSystem::IWindow and a IQtXSystem::IWindowState interface and creates a window on the adtf::ui::riddler::IQtXSystem while initializing. More...
 
class  IQtXSystem
 Interface definition for the ADTF XSystem based on Qt. More...
 

Typedefs

using cQtUIFilter = riddler::qt_ui_filter< adtf::filter::hollow::cFilter >
 Basic UI Filter implementation. More...
 
using cQtUIDynamicFilter = cQtUIFilter
 

Functions

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

Detailed Description

Namespace for all functionality of the ADTF UI SDK provided since v3.17.

Typedef Documentation

◆ cQtUIFilter

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.