class Hexed::UI

Included Modules

Defined in:

hexed/ui.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Slice(UInt8), aligned : Bool = false, offset : Int32 = 0) #

[View source]

Instance Method Detail

def bpl : Int32 #

[View source]
def bpl=(bpl : Int32) #

[View source]
def data : Bytes #

[View source]
def data=(data : Bytes) #

[View source]
def draw_data #

[View source]
def h #

[View source]
def max_bpl(aligned : Bool = false) : Int32 #

[View source]
def offset : Int32 #

[View source]
def offset=(offset : Int32) #

[View source]
def run #

[View source]
def tb : Window #

[View source]
def tb=(tb : Window) #

[View source]
def update #

[View source]
def visual_byte(byte : UInt8) : UInt8 #

[View source]
def w #

[View source]