PowerUI.Symbols Class Reference

Detailed Description

Helper editor class for dealing with compiler #symbols.

Static Public Member Functions

static bool IsSymbolDefined (string symbol)
 Checks if the given symbol is present in the define symbols set. More...
 
static string GetString ()
 
static void Set (string sym)
 
static void DefineSymbol (string symbol)
 Defines the given symbol in the define symbols set. More...
 
static string[] Get ()
 Gets all set symbols. More...
 
static void UndefineSymbol (string symbol)
 Removes the given symbol from the define symbols set. More...
 

Member Function Documentation

static void PowerUI.Symbols.DefineSymbol ( string  symbol)
inlinestatic

Defines the given symbol in the define symbols set.

Parameters
symbolThe symbol to define.
static string [] PowerUI.Symbols.Get ( )
inlinestatic

Gets all set symbols.

static string PowerUI.Symbols.GetString ( )
inlinestatic
static bool PowerUI.Symbols.IsSymbolDefined ( string  symbol)
inlinestatic

Checks if the given symbol is present in the define symbols set.

Parameters
symbolThe symbol to look for.
static void PowerUI.Symbols.Set ( string  sym)
inlinestatic
static void PowerUI.Symbols.UndefineSymbol ( string  symbol)
inlinestatic

Removes the given symbol from the define symbols set.

Parameters
symbolThe symbol to remove, if found.