FML Update
This commit is contained in:
@ -14,6 +14,91 @@ class Quad_Icons64x64_1 extends Quad {
|
||||
* Constants
|
||||
*/
|
||||
const STYLE = 'Icons64x64_1';
|
||||
const SUBSTYLE_3DStereo = '3DStereo';
|
||||
const SUBSTYLE_Add = 'Add';
|
||||
const SUBSTYLE_ArrowBlue = 'ArrowBlue';
|
||||
const SUBSTYLE_ArrowDisabled = 'ArrowDisabled';
|
||||
const SUBSTYLE_ArrowDown = 'ArrowDown';
|
||||
const SUBSTYLE_ArrowFastNext = 'ArrowFastNext';
|
||||
const SUBSTYLE_ArrowFastPrev = 'ArrowFastPrev';
|
||||
const SUBSTYLE_ArrowFirst = 'ArrowFirst';
|
||||
const SUBSTYLE_ArrowGreen = 'ArrowGreen';
|
||||
const SUBSTYLE_ArrowLast = 'ArrowLast';
|
||||
const SUBSTYLE_ArrowNext = 'ArrowNext';
|
||||
const SUBSTYLE_ArrowPrev = 'ArrowPrev';
|
||||
const SUBSTYLE_ArrowRed = 'ArrowRed';
|
||||
const SUBSTYLE_ArrowUp = 'ArrowUp';
|
||||
const SUBSTYLE_Browser = 'Browser';
|
||||
const SUBSTYLE_Buddy = 'Buddy';
|
||||
const SUBSTYLE_ButtonLeagues = 'ButtonLeagues';
|
||||
const SUBSTYLE_Camera = 'Camera';
|
||||
const SUBSTYLE_CameraLocal = 'CameraLocal';
|
||||
const SUBSTYLE_Check = 'Check';
|
||||
const SUBSTYLE_ClipPause = 'ClipPause';
|
||||
const SUBSTYLE_ClipPlay = 'ClipPlay';
|
||||
const SUBSTYLE_ClipRewind = 'ClipRewind';
|
||||
const SUBSTYLE_Close = 'Close';
|
||||
const SUBSTYLE_Empty = 'Empty';
|
||||
const SUBSTYLE_Finish = 'Finish';
|
||||
const SUBSTYLE_FinishGrey = 'FinishGrey';
|
||||
const SUBSTYLE_First = 'First';
|
||||
const SUBSTYLE_GenericButton = 'GenericButton';
|
||||
const SUBSTYLE_Green = 'Green';
|
||||
const SUBSTYLE_IconLeaguesLadder = 'IconLeaguesLadder';
|
||||
const SUBSTYLE_IconPlayers = 'IconPlayers';
|
||||
const SUBSTYLE_IconPlayersLadder = 'IconPlayersLadder';
|
||||
const SUBSTYLE_IconServers = 'IconServers';
|
||||
const SUBSTYLE_Inbox = 'Inbox';
|
||||
const SUBSTYLE_LvlGreen = 'LvlGreen';
|
||||
const SUBSTYLE_LvlRed = 'LvlRed';
|
||||
const SUBSTYLE_LvlYellow = 'LvlYellow';
|
||||
const SUBSTYLE_ManiaLinkNext = 'ManiaLinkNext';
|
||||
const SUBSTYLE_ManiaLinkPrev = 'ManiaLinkPrev';
|
||||
const SUBSTYLE_Maximize = 'Maximize';
|
||||
const SUBSTYLE_MediaAudioDownloading = 'MediaAudioDownloading';
|
||||
const SUBSTYLE_MediaPlay = 'MediaPlay';
|
||||
const SUBSTYLE_MediaStop = 'MediaStop';
|
||||
const SUBSTYLE_MediaVideoDownloading = 'MediaVideoDownloading';
|
||||
const SUBSTYLE_NewMessage = 'NewMessage';
|
||||
const SUBSTYLE_NotBuddy = 'NotBuddy';
|
||||
const SUBSTYLE_OfficialRace = 'OfficialRace';
|
||||
const SUBSTYLE_Opponents = 'Opponents';
|
||||
const SUBSTYLE_Outbox = 'Outbox';
|
||||
const SUBSTYLE_QuitRace = 'QuitRace';
|
||||
const SUBSTYLE_RedHigh = 'RedHigh';
|
||||
const SUBSTYLE_RedLow = 'RedLow';
|
||||
const SUBSTYLE_Refresh = 'Refresh';
|
||||
const SUBSTYLE_RestartRace = 'RestartRace';
|
||||
const SUBSTYLE_Save = 'Save';
|
||||
const SUBSTYLE_Second = 'Second';
|
||||
const SUBSTYLE_ShowDown = 'ShowDown';
|
||||
const SUBSTYLE_ShowDown2 = 'ShowDown2';
|
||||
const SUBSTYLE_ShowLeft = 'ShowLeft';
|
||||
const SUBSTYLE_ShowLeft2 = 'ShowLeft2';
|
||||
const SUBSTYLE_ShowRight = 'ShowRight';
|
||||
const SUBSTYLE_ShowRight2 = 'ShowRight2';
|
||||
const SUBSTYLE_ShowUp = 'ShowUp';
|
||||
const SUBSTYLE_ShowUp2 = 'ShowUp2';
|
||||
const SUBSTYLE_SliderCursor = 'SliderCursor';
|
||||
const SUBSTYLE_SliderCursor2 = 'SliderCursor2';
|
||||
const SUBSTYLE_StateFavourite = 'StateFavourite';
|
||||
const SUBSTYLE_StatePrivate = 'StatePrivate';
|
||||
const SUBSTYLE_StateSuggested = 'StateSuggested';
|
||||
const SUBSTYLE_Sub = 'Sub';
|
||||
const SUBSTYLE_TagTypeBronze = 'TagTypeBronze';
|
||||
const SUBSTYLE_TagTypeGold = 'TagTypeGold';
|
||||
const SUBSTYLE_TagTypeNadeo = 'TagTypeNadeo';
|
||||
const SUBSTYLE_TagTypeNone = 'TagTypeNone';
|
||||
const SUBSTYLE_TagTypeSilver = 'TagTypeSilver';
|
||||
const SUBSTYLE_Third = 'Third';
|
||||
const SUBSTYLE_ToolLeague1 = 'ToolLeague1';
|
||||
const SUBSTYLE_ToolRoot = 'ToolRoot';
|
||||
const SUBSTYLE_ToolTree = 'ToolTree';
|
||||
const SUBSTYLE_ToolUp = 'ToolUp';
|
||||
const SUBSTYLE_TrackInfo = 'TrackInfo';
|
||||
const SUBSTYLE_TV = 'TV';
|
||||
const SUBSTYLE_YellowHigh = 'YellowHigh';
|
||||
const SUBSTYLE_YellowLow = 'YellowLow';
|
||||
|
||||
/**
|
||||
* Construct Icons64x64_1 quad
|
||||
@ -21,16 +106,6 @@ class Quad_Icons64x64_1 extends Quad {
|
||||
public function __construct() {
|
||||
parent::__construct();
|
||||
$this->setStyle(self::STYLE);
|
||||
array("3DStereo", "Add", "ArrowBlue", "ArrowDisabled", "ArrowDown", "ArrowFastNext", "ArrowFastPrev", "ArrowFirst",
|
||||
"ArrowGreen", "ArrowLast", "ArrowNext", "ArrowPrev", "ArrowRed", "ArrowUp", "Browser", "Buddy", "ButtonLeagues", "Camera",
|
||||
"CameraLocal", "Check", "ClipPause", "ClipPlay", "ClipRewind", "Close", "Empty", "Finish", "FinishGrey", "First",
|
||||
"GenericButton", "Green", "IconLeaguesLadder", "IconPlayers", "IconPlayersLadder", "IconServers", "Inbox", "LvlGreen",
|
||||
"LvlRed", "LvlYellow", "ManiaLinkNext", "ManiaLinkPrev", "Maximize", "MediaAudioDownloading", "MediaPlay", "MediaStop",
|
||||
"MediaVideoDownloading", "NewMessage", "NotBuddy", "OfficialRace", "Opponents", "Outbox", "QuitRace", "RedHigh", "RedLow",
|
||||
"Refresh", "RestartRace", "Save", "Second", "ShowDown", "ShowDown2", "ShowLeft", "ShowLeft2", "ShowRight", "ShowRight2",
|
||||
"ShowUp", "ShowUp2", "SliderCursor", "SliderCursor2", "StateFavourite", "StatePrivate", "StateSuggested", "Sub",
|
||||
"TagTypeBronze", "TagTypeGold", "TagTypeNadeo", "TagTypeNone", "TagTypeSilver", "Third", "ToolLeague1", "ToolRoot",
|
||||
"ToolTree", "ToolUp", "TrackInfo", "TV", "YellowHigh", "YellowLow");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user