C# Class MoreInternals.Current

显示文件 Open project: kevin-montrose/More

Private Properties

Property Type Description

Public Methods

Method Description
ClearOptions ( Options opts ) : void
GetAllErrors ( ) : List
GetAllWarnings ( ) : List
GetErrors ( ErrorType ofType ) : List
GetInfo ( ) : List
GetWarnings ( ErrorType ofType ) : List
GetWriter ( TextWriter writer ) : ICssWriter
GetWrittenSpriteFiles ( ) : List
HasErrors ( ) : bool
HasWarnings ( ) : bool
RecordError ( ErrorType type, IPosition position, string message ) : void
RecordInfo ( string msg ) : void
RecordWarning ( ErrorType type, IPosition position, string message ) : void
SetContext ( Context context ) : void
SetFileLookup ( IFileLookup fileLookup ) : void
SetGlobalScope ( Scope scope ) : void
SetInitialFile ( string path ) : void
SetOptions ( Options opts ) : void
SetOutputStream ( TextWriter output ) : void
SetWorkingDirectory ( string path ) : void
SetWriterMode ( WriterMode mode ) : void
SpriteFileWritten ( string spriteFile ) : void
SpritePending ( SpriteExport sprite ) : void
SwitchToFile ( string path ) : void

Method Details

ClearOptions() public static method

public static ClearOptions ( Options opts ) : void
opts Options
return void

GetAllErrors() public static method

public static GetAllErrors ( ) : List
return List

GetAllWarnings() public static method

public static GetAllWarnings ( ) : List
return List

GetErrors() public static method

public static GetErrors ( ErrorType ofType ) : List
ofType ErrorType
return List

GetInfo() public static method

public static GetInfo ( ) : List
return List

GetWarnings() public static method

public static GetWarnings ( ErrorType ofType ) : List
ofType ErrorType
return List

GetWriter() public static method

public static GetWriter ( TextWriter writer ) : ICssWriter
writer System.IO.TextWriter
return ICssWriter

GetWrittenSpriteFiles() public static method

public static GetWrittenSpriteFiles ( ) : List
return List

HasErrors() public static method

public static HasErrors ( ) : bool
return bool

HasWarnings() public static method

public static HasWarnings ( ) : bool
return bool

RecordError() public static method

public static RecordError ( ErrorType type, IPosition position, string message ) : void
type ErrorType
position IPosition
message string
return void

RecordInfo() public static method

public static RecordInfo ( string msg ) : void
msg string
return void

RecordWarning() public static method

public static RecordWarning ( ErrorType type, IPosition position, string message ) : void
type ErrorType
position IPosition
message string
return void

SetContext() public static method

public static SetContext ( Context context ) : void
context Context
return void

SetFileLookup() public static method

public static SetFileLookup ( IFileLookup fileLookup ) : void
fileLookup IFileLookup
return void

SetGlobalScope() public static method

public static SetGlobalScope ( Scope scope ) : void
scope Scope
return void

SetInitialFile() public static method

public static SetInitialFile ( string path ) : void
path string
return void

SetOptions() public static method

public static SetOptions ( Options opts ) : void
opts Options
return void

SetOutputStream() public static method

public static SetOutputStream ( TextWriter output ) : void
output System.IO.TextWriter
return void

SetWorkingDirectory() public static method

public static SetWorkingDirectory ( string path ) : void
path string
return void

SetWriterMode() public static method

public static SetWriterMode ( WriterMode mode ) : void
mode WriterMode
return void

SpriteFileWritten() public static method

public static SpriteFileWritten ( string spriteFile ) : void
spriteFile string
return void

SpritePending() public static method

public static SpritePending ( SpriteExport sprite ) : void
sprite MoreInternals.Compiler.SpriteExport
return void

SwitchToFile() public static method

public static SwitchToFile ( string path ) : void
path string
return void