コード例 #1
0
PlatformMenuDescription ContextMenuClientQt::getCustomMenuFromDefaultItems(ContextMenu*)
{
    notImplemented();
    return PlatformMenuDescription();
}
コード例 #2
0
ファイル: ContextMenuEfl.cpp プロジェクト: dog-god/iptv
PlatformMenuDescription ContextMenu::releasePlatformDescription()
{
    return PlatformMenuDescription();
}
コード例 #3
0
PlatformMenuDescription ContextMenuItem::platformSubMenu() const
{
    return PlatformMenuDescription();
}