hackedteam/rcs-console

View on GitHub
src/it/ht/rcs/console/operations/view/agents/build/BuildFormIcons.as

Summary

Maintainability
Test Coverage
package it.ht.rcs.console.operations.view.agents.build
{
  public class BuildFormIcons
  {
    
    [Embed('/img/buildform/os_windows.png')]
    public static const windows:Class;
   
    [Embed('/img/buildform/os_apple.png')]
    public static const osx:Class;
    
    [Embed('/img/platforms/apple_mono.png')]
    public static const osxOff:Class;
    
    [Embed('/img/platforms/android.png')]
    public static const androidOn:Class;
    
    [Embed('/img/platforms/android_mono.png')]
    public static const androidOff:Class;
    
    [Embed('/img/platforms/apple.png')]
    public static const iosOn:Class;
    
    [Embed('/img/platforms/apple_mono.png')]
    public static const iosOff:Class;
    
    [Embed('/img/platforms/blackberry.png')]
    public static const blackberryOn:Class;
    
    [Embed('/img/platforms/blackberry_mono.png')]
    public static const blackberryOff:Class;
    
    [Embed('/img/platforms/s60.png')]
    public static const s60On:Class;
    
    [Embed('/img/platforms/s60_mono.png')]
    public static const s60Off:Class;
    
    [Embed('/img/platforms/windowsPhone.png')]
    public static const windowsPhoneOn:Class;
    
    [Embed('/img/platforms/windowsPhone_mono.png')]
    public static const windowsPhoneOff:Class;
    
  }
}