Class: UI::Storage::DetailedSearch
- Inherits:
-
UI::SpriteStack
- Object
- UI::SpriteStack
- UI::Storage::DetailedSearch
- Defined in:
- scripts/01450 Systems/00200 Storage/00002 UI_Storage/00007 DetailedSearch.rb
Overview
Class responsive of showing a Detailed search
Constant Summary collapse
- BUTTON_IMAGE =
'button_list_ext'
Constants inherited from UI::SpriteStack
UI::SpriteStack::NO_INITIAL_IMAGE
Instance Attribute Summary
Attributes inherited from UI::SpriteStack
#animated, #data, #moving, #stack, #viewport, #x, #y
Instance Method Summary collapse
-
#initialize(viewport) ⇒ DetailedSearch
constructor
Create a new DetailedSearch.
Methods inherited from UI::SpriteStack
#[], #add_background, #add_line, #add_text, #anime, #anime_delta_set, #dispose, #each, #execute_anime, #move, #move_to, #opacity, #opacity=, #push, #push_sprite, #set_origin, #set_position, #simple_mouse_in?, #size, #stop_animation, #translate_mouse_coords, #update, #update_animation, #update_position, #visible, #visible=, #with_cache, #with_font, #with_surface, #z, #z=
Constructor Details
#initialize(viewport) ⇒ DetailedSearch
Create a new DetailedSearch
8 9 10 11 12 |
# File 'scripts/01450 Systems/00200 Storage/00002 UI_Storage/00007 DetailedSearch.rb', line 8 def initialize() super create_stack # TODO end |