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
Modifier and TypeMethodDescriptionScreen.getMonitor()
Gets the monitor this screen is attached to.Modifier and TypeMethodDescriptionvoid
Screen.setMonitor
(Monitor m) Sets the Monitor object for this.ModifierConstructorDescriptionScreen
(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 MonitorModifierConstructorDescriptionMonitoredEmulationThread
(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
Modifier and TypeMethodDescriptionstatic void
ConfigData.setOptions
(inifile.IniFile inifile, Monitor monitor) Gets various options from the inifile and sets them.ModifierConstructorDescriptionConfigMenu
(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.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.ResetThread
(Monitor mon) ScreenMenu
(Monitor pmonitor, inifile.IniFile pinifile, MonitorGui mguip)