Uses of Class
smsqmulator.Monitor

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

    Fields in screens declared as Monitor
    Modifier and Type
    Field
    Description
    protected Monitor
    Screen.monitor
     
    Methods in screens that return Monitor
    Modifier and Type
    Method
    Description
    Screen.getMonitor()
    Gets the monitor this screen is attached to.
    Methods in screens with parameters of type Monitor
    Modifier and Type
    Method
    Description
    void
    Screen.setMonitor(Monitor m)
    Sets the Monitor object for this.
    Constructors in screens with parameters of type Monitor
    Modifier
    Constructor
    Description
     
    Screen(int xsize, int ysize, Monitor monitor, boolean isMac, boolean ddouble, int windowMode, boolean keyType)
    Creates the object - subclasses should always call this.
     
    Screen0(int xsize, int ysize, int vrambase, Monitor monitor, boolean isMac, boolean ddouble, int windowMode, boolean pctype)
    Creates the object.
     
    Screen16(int xsize, int ysize, int vramBase, boolean vibrantColours, Monitor monitor, boolean isMac, boolean ddouble, int windowMode, boolean pctype)
    This sets up the entire screen object, including the BufferedImage.
     
    Screen32(int xsize, int ysize, int vrambase, boolean vibrantColours, Monitor monitor, boolean isMac, boolean ddouble, int windowMode, boolean pctype)
    Creates the object.
  • Uses of Monitor in smsqmulator

    Constructors in smsqmulator with parameters of type Monitor
    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 Monitor in ui

    Methods in ui that return Monitor
    Modifier and Type
    Method
    Description
    final Monitor
    MonitorGui.getMonitor()
    Gets the monitor.
    Methods in ui with parameters of type Monitor
    Modifier and Type
    Method
    Description
    static void
    ConfigData.setOptions(inifile.IniFile inifile, Monitor monitor)
    Gets various options from the inifile and sets them.
    Constructors in ui with parameters of type Monitor
    Modifier
    Constructor
    Description
     
    ConfigMenu(Monitor pmonitor, inifile.IniFile pinifile, MonitorGui mguip, Warnings pwarnings, TrapDispatcher td)
    The CONFIG menu item in the menu bar.
     
    DevicesMenu(Monitor pmonitor, inifile.IniFile pinifile, MonitorGui mguip, TrapDispatcher td)
    The Devices menu item in the config item in the menu bar.
     
    FileMenu(Monitor pmonitor, inifile.IniFile pinifile)
     
     
    MonitorGui(inifile.IniFile inifile, GraphicsConfiguration gc, GraphicsDevice[] gds, Monitor monit, TrapDispatcher td)
    Creates new form MonitorGui.
     
    MonitorPanel(Monitor moni, inifile.IniFile inifile)
    Creates the object.
     
     
     
    ScreenMenu(Monitor pmonitor, inifile.IniFile pinifile, MonitorGui mguip)