class Tradify::Component

Direct Known Subclasses

Defined in:

tradify/component.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Int32 = 0, y : Int32 = 0, width : Int32 = 0, height : Int32 = 0, components : Array(Tradify::Component) = [] of Component) #

[View source]

Instance Method Detail

def components : Array(Component) #

[View source]
def components=(components : Array(Component)) #

[View source]
def draw(px, py) #

[View source]
def draw #

[View source]
def height : Int32 #

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

[View source]
def hidden? : Bool #

[View source]
def hide #

[View source]
def show #

[View source]
def shown? #

[View source]
def update(px, py) #

[View source]
def update #

[View source]
def width : Int32 #

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

[View source]
def x : Int32 #

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

[View source]
def y : Int32 #

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

[View source]