2013-11-25 00:02:07 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace FML\Controls\Quads;
|
|
|
|
|
|
|
|
use FML\Controls\Quad;
|
|
|
|
|
|
|
|
/**
|
2014-06-21 03:18:21 +02:00
|
|
|
* Quad class for 'Icons64x64_1' styles
|
2013-11-25 00:02:07 +01:00
|
|
|
*
|
2014-06-21 03:18:21 +02:00
|
|
|
* @author steeffeen
|
2014-04-13 18:21:40 +02:00
|
|
|
* @copyright FancyManiaLinks Copyright © 2014 Steffen Schröder
|
2014-06-21 03:18:21 +02:00
|
|
|
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
|
2013-11-25 00:02:07 +01:00
|
|
|
*/
|
|
|
|
class Quad_Icons64x64_1 extends Quad {
|
2014-01-21 20:30:40 +01:00
|
|
|
/*
|
2013-11-25 00:02:07 +01:00
|
|
|
* Constants
|
|
|
|
*/
|
2014-06-21 03:18:21 +02:00
|
|
|
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';
|
2013-11-28 07:30:00 +01:00
|
|
|
const SUBSTYLE_MediaAudioDownloading = 'MediaAudioDownloading';
|
2014-06-21 03:18:21 +02:00
|
|
|
const SUBSTYLE_MediaPlay = 'MediaPlay';
|
|
|
|
const SUBSTYLE_MediaStop = 'MediaStop';
|
2013-11-28 07:30:00 +01:00
|
|
|
const SUBSTYLE_MediaVideoDownloading = 'MediaVideoDownloading';
|
2014-06-21 03:18:21 +02:00
|
|
|
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_ShowUpChanging = 'ShowUpChanging';
|
|
|
|
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';
|
2013-11-25 00:02:07 +01:00
|
|
|
|
2014-06-21 03:18:21 +02:00
|
|
|
/*
|
|
|
|
* Protected properties
|
2013-11-25 00:02:07 +01:00
|
|
|
*/
|
2014-06-21 03:18:21 +02:00
|
|
|
protected $style = self::STYLE;
|
2013-11-25 00:02:07 +01:00
|
|
|
}
|