Home
last modified time | relevance | path

Searched refs:newSkin (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/controls/menuClasses/
H A DMenuBarItem.as556 var newSkin:IFlexDisplayObject;
579 if (!(newSkin is IProgrammaticSkin) && newSkin is IStateClient)
585 if (newSkin)
594 if (!newSkin)
598 newSkin = new newSkinClass();
600 DisplayObject(newSkin).name = state;
602 if (newSkin is ISimpleStyleClient)
605 addChildAt(DisplayObject(newSkin), 0);
614 if (newSkin)
615 newSkin.visible = true;
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/controls/menuClasses/
H A DMenuBarItem.as612 var newSkin:IFlexDisplayObject;
635 if (!(newSkin is IProgrammaticSkin) && newSkin is IStateClient)
641 if (newSkin)
650 if (!newSkin)
654 newSkin = new newSkinClass();
656 DisplayObject(newSkin).name = state;
658 if (newSkin is ISimpleStyleClient)
661 addChildAt(DisplayObject(newSkin), 0);
670 if (newSkin)
671 newSkin.visible = true;
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/client/
H A Dcl_team.cpp315 const int newSkin = CL_FixActorSkinIDX(Cvar_GetInteger("mn_body_skin")); in CL_ChangeSkin_f() local
316 Cvar_SetValue("mn_body_skin", newSkin); in CL_ChangeSkin_f()
319 chr->bodySkin = newSkin; in CL_ChangeSkin_f()
328 const int newSkin = CL_FixActorSkinIDX(Cvar_GetInteger("mn_body_skin")); in CL_ChangeSkinForWholeTeam_f() local
334 chr->bodySkin = newSkin; in CL_ChangeSkinForWholeTeam_f()
/dports/games/ksirk/ksirk-21.12.3/ksirk/Sprites/
H A DskinSpritesData.cpp77 void SkinSpritesData::skin(const QString& newSkin) in skin() argument
79 m_skin = newSkin; in skin()
H A DskinSpritesData.h68 void skin(const QString& newSkin);
/dports/games/ksirk/ksirk-21.12.3/ksirkskineditor/
H A DskinSpritesData.cpp74 void SkinSpritesData::skin(const QString& newSkin) in skin() argument
76 m_skin = newSkin; in skin()
H A DskinSpritesData.h67 void skin(const QString& newSkin);
/dports/audio/mixxx/mixxx-2.3.0/src/preferences/dialog/
H A Ddlgprefinterface.cpp400 QString newSkin = ComboBoxSkinconf->currentText(); in slotSetSkin() local
401 if (newSkin != m_skin) { in slotSetSkin()
402 m_skin = newSkin; in slotSetSkin()
403 m_bRebootMixxxView = newSkin != m_skinOnUpdate; in slotSetSkin()
415 skinPreviewLabel->setPixmap(m_pSkinLoader->getSkinPreview(newSkin, in slotSetSkin()
/dports/audio/carla/Carla-2.4.1/source/frontend/widgets/
H A Dracklistwidget.py161 …reateWidget(self, invertCompactOption = False, firstInit = False, newColor = None, newSkin = None): argument
166 if newSkin is not None:
167 self.fOptions['skin'] = newSkin
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/controls/
H A DButton.as1913 var newSkin:IFlexDisplayObject;
1927 newSkin = IFlexDisplayObject(new newSkinClass());
1929 if (!(newSkin is IProgrammaticSkin) && newSkin is IStateClient)
1935 if (newSkin)
1948 if (!newSkin)
1955 newSkin.name = tempSkinName;
1966 addChild(DisplayObject(newSkin));
1975 if (newSkin is IInvalidating && initialized)
1977 IInvalidating(newSkin).validateNow();
1985 skins.push(newSkin);
[all …]
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/controls/
H A DButton.as1723 var newSkin:IFlexDisplayObject;
1735 newSkin = IFlexDisplayObject(new newSkinClass());
1737 if (!(newSkin is IProgrammaticSkin) && newSkin is IStateClient)
1743 if (newSkin)
1753 if (!newSkin)
1760 newSkin.name = tempSkinName;
1768 addChild(DisplayObject(newSkin));
1777 if (newSkin is IInvalidating && initialized)
1779 IInvalidating(newSkin).validateNow();
1787 skins.push(newSkin);
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/resource/
H A Dframemodel.h252 Skin &newSkin(de::String name);
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/
H A Dengine.cpp1192 Skin* newSkin; in reloadSkin() local
1197 newSkin = new Skin(fallbackSkin); in reloadSkin()
1207 g_skin = newSkin; in reloadSkin()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/resource/
H A Dframemodel.cpp277 mdl->newSkin(name); in DENG2_PIMPL()
408 mdl->newSkin(name); in DENG2_PIMPL()
776 FrameModel::Skin &FrameModel::newSkin(String name) in newSkin() function in FrameModel
H A Dclientresources.cpp718 mdl.newSkin(skinPath.toString()).texture = tex; in DENG2_PIMPL()
/dports/games/ksirk/ksirk-21.12.3/ksirk/GameLogic/
H A Dgameautomaton.h222 void skin(const QString& newSkin);
H A Dgameautomaton.cpp929 void GameAutomaton::skin(const QString& newSkin) in skin() argument
931 m_skin = newSkin; in skin()
1604 m_game->newSkin(); in slotPropertyChanged()
/dports/games/ksirk/ksirk-21.12.3/ksirk/SaveLoad/
H A Dksirkgamexmlhandler.cpp157 m_game.automaton()->game()->newSkin(atts.value("file")); in startElement()
/dports/games/ksirk/ksirk-21.12.3/ksirk/
H A Dkgamewin.h164 void newSkin(const QString& onuDefinitionFileName = "");
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DBase.h260 virtual void OnSkinChanged(Gwen::Skin::Base* newSkin);
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DBase.h260 virtual void OnSkinChanged(Gwen::Skin::Base* newSkin);
/dports/audio/carla/Carla-2.4.1/source/frontend/
H A Dcarla_host.py710 pitem.recreateWidget(newSkin = skin, newColor = (255,255,255))
712 pitem.recreateWidget(newSkin = skin)
1999 newSkin = "classic" if self.fSavedSettings[CARLA_KEY_MAIN_CLASSIC_SKIN] else None
2004 pitem.recreateWidget(newSkin = newSkin)
/dports/audio/carla/Carla-2.4.1/source/frontend/C++/
H A Dcarla_host.cpp604 pitem.recreateWidget(newSkin = skin, newColor = (255,255,255))
606 pitem.recreateWidget(newSkin = skin)
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DApplication.cpp1172 std::string newSkin = settings->GetString(CSettings::SETTING_LOOKANDFEEL_SKIN); in ReloadSkin() local
1173 if (LoadSkin(newSkin)) in ReloadSkin()
1200 if (newSkin != defaultSkin) in ReloadSkin()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/mozapps/extensions/internal/
H A DXPIProvider.jsm3898 let newSkin = this.defaultSkin;
3908 newSkin = theme.internalName;
3916 Services.prefs.setCharPref(PREF_SKIN_TO_SELECT, newSkin);
3917 } else if (newSkin == this.currentSkin) {
3925 Services.prefs.setCharPref(PREF_GENERAL_SKINS_SELECTEDSKIN, newSkin);
3926 this.currentSkin = newSkin;
3928 this.selectedSkin = newSkin;

12