class Cards::Solitare::Stack
- Cards::Solitare::Stack
- Cards::Solitare::Stock
- Cards::CardStack
- Reference
- Object
Direct Known Subclasses
Defined in:
cards/solitare/stack.crConstant Summary
-
DOUBLE_CLICK_MILLISECONDS =
333
-
MARGIN_X =
0
-
MARGIN_Y =
25
Constructors
Class Method Summary
Instance Method Summary
- #add?(stack : Stack, _auto = false)
- #add_position(index = @cards.size - 1)
- #double_clicked?
- #flip_up_top_card
- #flip_up_top_card?
- #height
- #height_depth
- #margin_x
- #margin_y
- #take_pressed_stack : Stack | Nil
- #update(frame_time)
- #update_cards_position
- #width
Instance methods inherited from class Cards::Solitare::Stock
draw(deck : Deck, screen_x = 0, screen_y = 0)
draw
Constructor methods inherited from class Cards::Solitare::Stock
new(pull : JSON::PullParser)
new
Instance methods inherited from class Cards::CardStack
add(card : Card)add(card_stack : CardStack) add, add_position(index = @cards.size - 1) add_position, any?(*args, **options)
any?(*args, **options, &) any?, cards : Array(Card) cards, cards=(cards : Array(Card)) cards=, draw(deck : Deck, screen_x = 0, screen_y = 0) draw, empty?(*args, **options)
empty?(*args, **options, &) empty?, flip! flip!, height height, height_depth height_depth, mouse_in? mouse_in?, move(move_to : Game::Vector, frames = MOVEMENT_FRAMES) move, moved? moved?, moving? moving?, position : Game::Vector position, position=(position : Game::Vector) position=, pressed? pressed?, shuffle! shuffle!, size(*args, **options)
size(*args, **options, &) size, take : Card take, take_pressed take_pressed, take_sample : Card | Nil take_sample, update(frame_time) update, update_cards_position update_cards_position, width width, x(*args, **options)
x(*args, **options, &) x, x=(value : Int32 | Float32) x=, y(*args, **options)
y(*args, **options, &) y, y=(value : Int32 | Float32) y=
Constructor methods inherited from class Cards::CardStack
new(pull : JSON::PullParser)new(x = 0, y = 0, cards : Array(Cards::Card) = [] of Card) new