Home
last modified time | relevance | path

Searched refs:oMenu (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/xfpovray/xfpovray-1.3.1/src/
H A Dxfpovray.c367 FL_OBJECT *oMenu; in build_main() local
391 fl_set_object_lstyle (oMenu, FL_BOLD_STYLE); in build_main()
393 fl_set_menu (oMenu, "Configure"); in build_main()
394 fl_set_object_callback (oMenu, OptionsCB, 0); in build_main()
397 fl_addto_menu (oMenu, "Save State"); in build_main()
401 fl_addto_menu (oMenu, "Restore State"); in build_main()
405 fl_addto_menu (oMenu, "Show Render Popup"); in build_main()
410 fl_addto_menu (oMenu, "Auto Image Display"); in build_main()
412 fl_set_menu_item_mode (oMenu, current_menu, in build_main()
439 fl_addto_menu (oMenu, t); in build_main()
[all …]
/dports/www/itop/web/application/
H A Dmenunode.class.inc.php288 $oMenu = self::GetMenuNode($index);
289 if ($oMenu->IsEnabled())
293 $sHyperlink = $oMenu->GetHyperlink($aExtraParams);
296 …GetSafeId('AccordionMenu_'.$oMenu->GetMenuID()).'" '.$sCSSClass.'><a href="'.$oMenu->GetHyperlink(…
300 …ToMenu('<li id="'.utils::GetSafeId('AccordionMenu_'.$oMenu->GetMenuID()).'" '.$sCSSClass.'>'.$oMen…
422 $oMenu = ApplicationMenu::GetMenuNode($iMenuIndex);
423 while ($oMenu->GetParentIndex() != -1)
425 $oMenu = ApplicationMenu::GetMenuNode($oMenu->GetParentIndex());
427 return $oMenu->GetMenuId();
595 $oMenu = ApplicationMenu::GetMenuNode($index);
[all …]
H A Ddashboard.class.inc.php1139 $oMenu = $aMenu['node'];
1140 if (count(ApplicationMenu::GetChildren($oMenu->GetIndex())) > 0)
1142 $aParentMenus[$oMenu->GetMenuId()] = $aMenu;
1148 $oMenu = $aMenu['node'];
1149 if ($oMenu instanceof DashboardMenuNode)
1162 if ($oMenu->IsEnabled() && $oParentMenu->IsEnabled())
1164 $sMenuLabel = $oMenu->GetTitle();
1168 $aAllowedDashboards[$oMenu->GetMenuId()] = $sParentLabel.' - '.$sMenuLabel;
1172 $aAllowedDashboards[$oMenu->GetMenuId()] = $sMenuLabel;
1174 …empty($sDefaultDashboard) && ($sRootMenuId == ApplicationMenu::GetRootMenuId($oMenu->GetMenuId())))
[all …]
/dports/games/openmortal/openmortal-0.7/src/
H A DOnlineChat.cpp524 CChallengeMenu oMenu( pcFirstWord ); in ReceiveUser() local
525 DoMenu( oMenu ); in ReceiveUser()
526 if ( oMenu.GetAccepted() ) in ReceiveUser()
713 CChatMenu oMenu( m_asNicks ); in Menu() local
714 DoMenu( oMenu ); in Menu()
717 if ( oMenu.GetNick() != g_oState.m_acNick ) in Menu()
719 SendRawData( 'N', oMenu.GetNick() ); in Menu()
721 if ( oMenu.GetChallengedNick().length() ) in Menu()
723 SendRawData( 'C', oMenu.GetChallengedNick() ); in Menu()
H A Dmenu.cpp1280 Menu oMenu( "Main Menu" ); in DoMenu() local
1284 oMenu.AddMenuItem( "~SINGLE PLAYER GAME", SDLK_s, MENU_SINGLE_PLAYER )->SetEnabled(false); in DoMenu()
1285 oMenu.AddMenuItem( "~NETWORK GAME", SDLK_n, MENU_NETWORK_GAME ); in DoMenu()
1286 oMenu.AddMenuItem( "~MULTI PLAYER GAME", SDLK_m, MENU_MULTI_PLAYER ); in DoMenu()
1290 oMenu.AddMenuItem( "~SURRENDER GAME", SDLK_s, MENU_SURRENDER ); in DoMenu()
1292oMenu.AddEnumMenuItem( "~LANGUAGE: ", g_oState.m_iLanguageCode, g_ppcLanguage, g_piLanguage, MENU_… in DoMenu()
1294 oMenu.AddMenuItem( "~OPTIONS", SDLK_o, MENU_OPTIONS ); in DoMenu()
1295 oMenu.AddMenuItem( "~INFO", SDLK_i, MENU_INFO )->SetEnabled(false); in DoMenu()
1296 oMenu.AddMenuItem( "QUIT", SDLK_UNKNOWN, MENU_QUIT ); in DoMenu()
1298 DoMenu( oMenu ); in DoMenu()
/dports/www/itop/web/setup/
H A Dcompiler.class.inc.php2030 $sMenuId = $oMenu->getAttribute("id");
2031 $sMenuClass = $oMenu->getAttribute("xsi:type");
2033 $sParent = $oMenu->GetChildText('parent', null);
2043 $fRank = (float) $oMenu->GetChildText('rank');
2044 if ($sEnableClass = $oMenu->GetChildText('enable_class'))
2066 $sUrl = $oMenu->GetChildText('url');
2109 $sOQL = self::QuoteForPHP($oMenu->GetChildText('oql'));
2129 $sClass = $oMenu->GetChildText('class');
2134 $sClass = $oMenu->GetChildText('class');
2139 $sTemplateFile = $oMenu->GetChildText('template_file');
[all …]
/dports/www/itop/web/pages/
H A Dajax.render.php1207 $oMenu = ApplicationMenu::GetMenuNode($index); variable
1208 $oMenu->AddDashlet($oDashlet);