Packages | Classes | Enumerations | Functions

Package Romulus

Packages

package  Graphic
package  Nes
package  Properties

Classes

class  ActionQueue-g
 Manages a list of actions that can be done and undone. More...
class  ActionQueue
 Provides a nongeneric base class for the ActionQueue class. More...
struct  CellIndex
 Defines a location within a grid. More...
class  EventArgs-g
 Defines an event args class with a generic parameter. More...
class  NumberExtensions
 Provides extensions for numerical types.
struct  MD5Hash
 Represents an MD5 hash value. More...
class  NotReadyException
 Thrown when an attempt is made to perform an operation on an object that is not properly or fully initialized or prepared for the operation. More...
class  PatternTableControl
 UI component to present a pattern table, and optionally allow the user to select a pattern. More...
class  ReturnEventArgs-g
 EventArgs class that allows event handlers to specify a return value. More...
class  TransparentStack-g
 Provides a stack with transparent access to all items in the stack, indexed by depth. More...

Enumerations

enum  RomulusError { Unspecified = 0, ErrorOpeningRom = 1, RomTooSmall = 2 | ErrorOpeningRom }
 

Represents the consequences or nature of an exception (in addition to the exceptions normal data, which only identifies the immediate cause of the error).

More...

Functions

delegate void SimpleAction ()
 Defines a parameterless function with no return.

Enumeration Type Documentation

Represents the consequences or nature of an exception (in addition to the exceptions normal data, which only identifies the immediate cause of the error).

Enumerator:
Unspecified 

No error code has been specified.

ErrorOpeningRom 

A rom could not be opened.

RomTooSmall 

A rom could not be opened because a stream, file, or specified data size was too small.


Function Documentation

delegate void Romulus.SimpleAction (  ) 

Defines a parameterless function with no return.

 All Classes Namespaces Functions Variables Enumerations Properties Events