Class Disassemblerview

The visual disassembler used on the memory view window.

Inheritance

Panel Disassemblerview 🡄 Panel 🡄 CustomControl 🡄 WinControl 🡄 Control 🡄 Component 🡄 Object

Properties

HideFocusRect If set to true the focus rectangle won't be shown.
OnExtraLineRender Function to call when you wish to provide the disassembler view with an extra image containing data you wish to show.
OnSelectionChange Function to call when the selection has changed.
Osb Background picture of the disasemblerview.
SelectedAddress The currently selected address in the disassemblerview.
SelectedAddress2 The secondary selected address in the disassemblerview
ShowJumplines Determines if the jumplines should be shown.
SpaceAboveLines
SpaceBelowLines
TopAddress The first address to show.


Inheritance

Panel
Disassemblerview 🡄 Panel 🡄 CustomControl 🡄 WinControl 🡄 Control 🡄 Component 🡄 Object

Properties

HideFocusRect
If set to true the focus rectangle won't be shown.

Type:

    boolean
OnExtraLineRender
Function to call when you wish to provide the disassembler view with an extra image containing data you wish to show. This function is called once to get an image to show above the instruction, and once to get an image to show under the instruction and optional comments. The image for both calls must be different objects as rendering will only be done when both calls have been completed

Sender is a DisassemblerviewLine object If no coordinates are given the image will be centered above/below the instruction

Type:

    function

Usage:

    Disassemblerview.OnExtraLineRender = function function(sender, Address, AboveInstruction, Selected): RasterImage OPTIONAL, x OPTIONAL, y OPTIONAL
OnSelectionChange
Function to call when the selection has changed.

Type:

    function
  • sender
  • address
  • address2

Usage:

    Disassemblerview.OnSelectionChange = function(sender, address, address2)
Osb
Background picture of the disasemblerview.

Type:

SelectedAddress
The currently selected address in the disassemblerview.

Type:

    integer
SelectedAddress2
The secondary selected address in the disassemblerview

Type:

    integer
ShowJumplines
Determines if the jumplines should be shown.

Type:

    boolean
SpaceAboveLines

Type:

    integer
SpaceBelowLines

Type:

    integer
TopAddress
The first address to show.

Type:

    integer
generated by LDoc 1.4.6-antum-dev-1 Last updated 2019-02-27 23:30:35