iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Class: Frame

IQ.Core.Frame

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new Frame(options)

Parameters

Name Type
options IQFrameOptions

Inherited from

IQFrame.constructor

Defined in

core/src/index.ts:723

Properties

checkbounds

checkbounds: boolean

toggle true/false to restrict/allow frame movement outside display

Inherited from

IQFrame.checkbounds

Defined in

core/src/index.ts:721


color

color: IQFrameColorOptions

Inherited from

IQFrame.color

Defined in

core/src/index.ts:715


height

height: number

Inherited from

IQFrame.height

Defined in

core/src/index.ts:714


is_open

is_open: boolean

Inherited from

IQFrame.is_open

Defined in

core/src/index.ts:708


scrollbars

scrollbars: boolean

Inherited from

IQFrame.scrollbars

Defined in

core/src/index.ts:710


transparent

transparent: boolean

Inherited from

IQFrame.transparent

Defined in

core/src/index.ts:709


width

width: number

Inherited from

IQFrame.width

Defined in

core/src/index.ts:713


x

x: number

Inherited from

IQFrame.x

Defined in

core/src/index.ts:711


y

y: number

Inherited from

IQFrame.y

Defined in

core/src/index.ts:712

Methods

close

close(): void

Returns

void

Inherited from

IQFrame.close

Defined in

core/src/index.ts:743


cycle

cycle(): void

Returns

void

Inherited from

IQFrame.cycle

Defined in

core/src/index.ts:737


delete

delete(): void

Returns

void

Inherited from

IQFrame.delete

Defined in

core/src/index.ts:734


draw

draw(): void

Returns

void

Inherited from

IQFrame.draw

Defined in

core/src/index.ts:731


gotoxy

gotoxy(x, y): void

Parameters

Name Type
x number
y number

Returns

void

Inherited from

IQFrame.gotoxy

Defined in

core/src/index.ts:752


load

load(filename): void

Parameters

Name Type
filename any

Returns

void

Inherited from

IQFrame.load

Defined in

core/src/index.ts:764


loop

loop(runtime, interval?): void

Parameters

Name Type
runtime Function
interval? number

Returns

void

Inherited from

IQFrame.loop

Defined in

core/src/index.ts:755


open

open(): void

Returns

void

Inherited from

IQFrame.open

Defined in

core/src/index.ts:728


print

print(message): void

Parameters

Name Type
message string

Returns

void

Inherited from

IQFrame.print

Defined in

core/src/index.ts:746


refresh

refresh(): void

Returns

void

Inherited from

IQFrame.refresh

Defined in

core/src/index.ts:740


say

say(message): void

Parameters

Name Type
message string

Returns

void

Inherited from

IQFrame.say

Defined in

core/src/index.ts:749