Page Index - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki
389 page(s) in this GitHub Wiki:
- Home
- BasicKeypad
- Please reload this page
- ButtonTracker
- Please reload this page
- ButtonTracker.Disable(Button)
- Please reload this page
- ButtonTracker.Enable(Button)
- Please reload this page
- ButtonTracker.IsDisabled(Button)
- Please reload this page
- Calculator
- Please reload this page
- Calculator Design
- Please reload this page
- Calculator(IInputBuffer)
- Please reload this page
- Calculator.Add(decimal)
- Please reload this page
- Calculator.Add(string)
- Please reload this page
- Calculator.Clear()
- Please reload this page
- Calculator.Input
- Please reload this page
- Calculator.Undo()
- Please reload this page
- Calculators
- Please reload this page
- ConverterDisplay
- Please reload this page
- Converters
- Please reload this page
- CurrencyCodeConverter
- Please reload this page
- CurrencyCodeConverter(string)
- Please reload this page
- CurrencyConverterDisplay
- Please reload this page
- EngineeringFormatter
- Please reload this page
- EngineeringFormatter.Format(string)
- Please reload this page
- Evaluator
- Please reload this page
- Evaluator(IUnitConverter,IOperatorConverter,IOperatorLookup)
- Please reload this page
- Evaluator.Evaluate(INode)
- Please reload this page
- ExchangeRateLoader
- Please reload this page
- ExpandablePanel
- Please reload this page
- ExpandablePanel.Extend(int)
- Please reload this page
- ExpandablePanel.ShowMessage(string)
- Please reload this page
- ExpressionBuilder
- Please reload this page
- ExpressionBuilder(IParenthesize)
- Please reload this page
- ExpressionBuilder(IParenthesize,string,int)
- Please reload this page
- ExpressionBuilder.AddBinary(string)
- Please reload this page
- ExpressionBuilder.AddParentheses(string)
- Please reload this page
- ExpressionBuilder.AddUnary(string)
- Please reload this page
- ExpressionBuilder.AddValue(decimal)
- Please reload this page
- ExpressionBuilder.Build()
- Please reload this page
- ExpressionBuilder.CanAddValue()
- Please reload this page
- ExpressionBuilder.Undo()
- Please reload this page
- ExpressionFormatter
- Please reload this page
- ExpressionFormatter(HashSet string )
- Please reload this page
- ExpressionFormatter.Format(string)
- Please reload this page
- ExpressionParser
- Please reload this page
- ExpressionParser(IOperatorConverter)
- Please reload this page
- ExpressionParser.Parse(string)
- Please reload this page
- Expressions
- Please reload this page
- Formatters
- Please reload this page
- HistoryItem
- Please reload this page
- HistoryItem(string,decimal,IFormatter,IFormatter,IHelper)
- Please reload this page
- HistoryPanel
- Please reload this page
- HistoryPanel(IFormatter,IFormatter)
- Please reload this page
- HistoryPanel.RefreshItems(Tuple string,decimal [])
- Please reload this page
- HistoryPanel.ShowItems(Tuple string,decimal [])
- Please reload this page
- IButtonTracker
- Please reload this page
- ICalculator
- Please reload this page
- ICalculatorDisplay
- Please reload this page
- IConverterDisplay
- Please reload this page
- ICurrencyCodeConverter
- Please reload this page
- IDisplayPanel
- Please reload this page
- IEvaluate
- Please reload this page
- IExchangeRateLoader
- Please reload this page
- IExpandable
- Please reload this page
- IExpressionBuilder
- Please reload this page
- IExpressionParser
- Please reload this page
- IFormatter
- Please reload this page
- IHelper
- Please reload this page
- IHistoryItem
- Please reload this page
- IHistoryItemDisplay
- Please reload this page
- IInputBuffer
- Please reload this page
- IItemDisplay T
- Please reload this page
- IKeyChecker
- Please reload this page
- IKeypad
- Please reload this page
- IMemoryItem
- Please reload this page
- IMemoryItemDisplay
- Please reload this page
- IMemoryStorage
- Please reload this page
- IMenu
- Please reload this page
- INode
- Please reload this page
- InputBuffer
- Please reload this page
- InputBuffer.Add(string)
- Please reload this page
- InputBuffer.Clear()
- Please reload this page
- InputBuffer.IsDecimal
- Please reload this page
- InputBuffer.Negate()
- Please reload this page
- InputBuffer.Set(string)
- Please reload this page
- InputBuffer.Undo()
- Please reload this page
- IOperatorConverter
- Please reload this page
- IOperatorLookup
- Please reload this page
- IParenthesize
- Please reload this page
- IResizable
- Please reload this page
- IResize
- Please reload this page
- IScientificCalculator
- Please reload this page
- IScientificKeypad
- Please reload this page
- ISidePanel
- Please reload this page
- IStandardCalculator
- Please reload this page
- IStorage T
- Please reload this page
- ItemDisplayPanel T
- Please reload this page
- IUnitConverter
- Please reload this page
- KeyChecker
- Please reload this page
- KeyChecker.IsActionKey(string)
- Please reload this page
- KeyChecker.IsFunctionKey(string)
- Please reload this page
- KeyChecker.IsInputKey(string)
- Please reload this page
- KeyChecker.IsMemoryKey(string)
- Please reload this page
- Keypad
- Please reload this page
- Keypad(IButtonTracker,IHelper,bool)
- Please reload this page
- Keypad.EnableValidKeys()
- Please reload this page
- Keypad.ExtraKeysSuspended
- Please reload this page
- Keypad.HasMemory
- Please reload this page
- Keypad.IsDisabled
- Please reload this page
- Keypad.LeaveBasicKeysOn()
- Please reload this page
- Keypad.LeaveMemoryKeyOn()
- Please reload this page
- Keypad.MainAreaHeight
- Please reload this page
- MemoryItem
- Please reload this page
- MemoryItem(int,decimal,IFormatter,IHelper)
- Please reload this page
- MemoryItem.Key
- Please reload this page
- MemoryPanel
- Please reload this page
- MemoryPanel(IFormatter)
- Please reload this page
- MemoryPanel.RefreshItems(decimal[])
- Please reload this page
- MemoryPanel.ShowItems(decimal[])
- Please reload this page
- MemoryStorage
- Please reload this page
- MemoryStorage(IEnumerable decimal )
- Please reload this page
- MemoryStorage.Minus(int,decimal)
- Please reload this page
- MemoryStorage.Plus(int,decimal)
- Please reload this page
- MemoryStorage.Remove(int)
- Please reload this page
- MemoryStorage.Retrieve(int)
- Please reload this page
- MemoryStorage.Store(decimal)
- Please reload this page
- MemoryStorage.Values
- Please reload this page
- Modules
- Please reload this page
- Node
- Please reload this page
- Node(INode,INode)
- Please reload this page
- Node.AddLeft(INode)
- Please reload this page
- Node.AddRight(INode)
- Please reload this page
- Node.IsOperand
- Please reload this page
- NumberFormatter
- Please reload this page
- NumberFormatter.Format(string)
- Please reload this page
- Operator List
- Please reload this page
- OperatorConverter
- Please reload this page
- OperatorConverter(string[],HashSet string )
- Please reload this page
- OperatorConverter.IsBinary(string)
- Please reload this page
- OperatorConverter.IsOperator(string)
- Please reload this page
- OperatorConverter.IsUnary(string)
- Please reload this page
- OperatorConverter.ToOperator(int)
- Please reload this page
- OperatorConverter.ToValue(string)
- Please reload this page
- OperatorLookup
- Please reload this page
- Overview
- Please reload this page
- Parenthesizer
- Please reload this page
- Parenthesizer(List string[] )
- Please reload this page
- Parenthesizer.Parenthesize(string)
- Please reload this page
- Resizer
- Please reload this page
- Resizer(Form,int)
- Please reload this page
- Resizer.Keys
- Please reload this page
- ScientificCalculator
- Please reload this page
- ScientificCalculator(IInputBuffer,IOperatorLookup,IUnitConverter,IOperatorConverter,IExpressionBuilder,IExpressionParser,IEvaluate,IMemoryStorage)
- Please reload this page
- ScientificCalculator.AngularUnit
- Please reload this page
- ScientificCalculator.ChangeAngularUnit()
- Please reload this page
- ScientificCalculator.CheckTrigonometricKey(string)
- Please reload this page
- ScientificKeypad
- Please reload this page
- ScientificKeypad(IHelper,IButtonTracker)
- Please reload this page
- ScientificKeypad.AngularUnit
- Please reload this page
- SidePanel
- Please reload this page
- SidePanel.Extend(int)
- Please reload this page
- SidePanel.ShowMenu(List string[] ,string)
- Please reload this page
- StandardCalculator
- Please reload this page
- StandardCalculator(IInputBuffer,IOperatorLookup,IUnitConverter,IOperatorConverter,IExpressionBuilder,IExpressionParser,IEvaluate,IMemoryStorage)
- Please reload this page
- StandardCalculator.ClearInput()
- Please reload this page
- StandardCalculator.Evaluate()
- Please reload this page
- StandardCalculator.Expression
- Please reload this page
- StandardCalculator.IsSpecialKey(string)
- Please reload this page
- StandardCalculator.LastResult
- Please reload this page
- StandardCalculator.MemoryClear()
- Please reload this page
- StandardCalculator.MemoryMinus(int,decimal)
- Please reload this page
- StandardCalculator.MemoryPlus(int,decimal)
- Please reload this page
- StandardCalculator.MemoryRecall()
- Please reload this page
- StandardCalculator.MemoryRemove(int)
- Please reload this page
- StandardCalculator.MemoryRetrieve(int)
- Please reload this page
- StandardCalculator.MemoryStore(decimal)
- Please reload this page
- StandardCalculator.MemoryValues
- Please reload this page
- StandardDisplay
- Please reload this page
- StandardDisplay.DisplayError(string)
- Please reload this page
- StandardDisplay.DisplayExpression(string,IFormatter)
- Please reload this page
- StandardDisplay.DisplayResult(string,IFormatter)
- Please reload this page
- StandardDisplay.RefreshDisplay(IFormatter)
- Please reload this page
- StandardKeypad
- Please reload this page
- Storages
- Please reload this page
- ToCountryCode(string)
- Please reload this page
- ToCurrencyCode(string)
- Please reload this page
- UnitConverter
- Please reload this page
- UnitConverter.Convert(string,decimal,string)
- Please reload this page
- UnitConverter.DegreeToDms(decimal)
- Please reload this page
- UnitConverter.DegreeToRadian(decimal)
- Please reload this page
- UnitConverter.DmsToDegree(decimal)
- Please reload this page
- UnitConverter.GradianToRadian(decimal)
- Please reload this page
- UnitConverter.RadianToDegree(decimal)
- Please reload this page
- UnitConverter.RadianToGradian(decimal)
- Please reload this page
- User_Controls
- Please reload this page
- Utility
- Please reload this page
- Web_Content
- Please reload this page