Uses of Class
screens.Screen

Packages that use Screen
Package
Description
 
These are the screens that are used in different SMSQE screen modes.
General objects for this projet.
User interface objects.
  • Uses of Screen in CPU

    Fields in CPU declared as Screen
    Modifier and Type
    Field
    Description
    MC68000Cpu.screen
     
    Methods in CPU that return Screen
    Modifier and Type
    Method
    Description
    MC68000Cpu.getScreen2()
    Gets the screen used by this object.
    Methods in CPU with parameters of type Screen
    Modifier and Type
    Method
    Description
    void
    MC68000Cpu.setScreen(Screen scree)
     
    Constructors in CPU with parameters of type Screen
    Modifier
    Constructor
    Description
     
    CPUforScreenEmulation(int size, Screen screen, inifile.IniFile iniFile, int romSize)
    Creates the object.
     
    MC68000Cpu(int size, Screen screen, inifile.IniFile iniFile, int romSize)
    Creates the object.
  • Uses of Screen in screens

    Subclasses of Screen in screens
    Modifier and Type
    Class
    Description
    class 
    The emulated machine's screen - a QL mode 4 or 8 screen.
    class 
    An 8-bit Aurora compatible screen for SMSQmulator.
    class 
    This is the screen object for a "mode 32" screen, where each pixels is a word in GGGBBBBB RRRRRGGG format.
  • Uses of Screen in smsqmulator

    Methods in smsqmulator with parameters of type Screen
    Modifier and Type
    Method
    Description
    void
    QL50HzInterrupt.setScreen(Screen screen)
    Sets a (new) screen object.
    Constructors in smsqmulator with parameters of type Screen
    Modifier
    Constructor
    Description
     
    MonitoredEmulationThread(int nbrOfInstructions, Monitor monitor, boolean watchBreakpoints, int upperLogLimit, boolean checkmem, int memWatched, int provbreak, boolean excludeSuper, Screen screen, boolean loginstrs, int nbrLogs)
    Creates the monitor go thread.
     
     
  • Uses of Screen in ui

    Methods in ui that return Screen
    Modifier and Type
    Method
    Description
    MonitorGui.getScreen()
    Gets the screen currently used (not to be confused with the physical display this is shown on)