コード例 #1
0
PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
{
    // OWB_PRINTF("ContextMenuItem::releasePlatformDescription\n");
    PlatformMenuItemDescription description = m_platformDescription;
    m_platformDescription = PlatformMenuItemDescription();
    return description;
}
コード例 #2
0
PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
{
    printf("ContextMenuItem::releasePlatformDescription\n");
    PlatformMenuItemDescription description = m_platformDescription;
    m_platformDescription = PlatformMenuItemDescription();
    return description;
}
コード例 #3
0
PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
{
    PlatformMenuItemDescription description = m_platformDescription;
    m_platformDescription = PlatformMenuItemDescription();
    return description;
}
コード例 #4
0
PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
{
    return PlatformMenuItemDescription();
}