Class: UI::Storage::RapidSearch
- Inherits:
-
UI::SpriteStack
- Object
- UI::SpriteStack
- UI::Storage::RapidSearch
- Defined in:
- docs/4_Systems_200_Storage.rb
Overview
Class responsive of showing a rapid search
Constant Summary
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) ⇒ RapidSearch
constructor
Create a new rapid search.
-
#reset
Reset the search.
-
#text ⇒ String
Get the text of the user input.
-
#update
Update the user input.
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_animation, #update_position, #visible, #visible=, #with_cache, #with_font, #with_surface, #z, #z=
Constructor Details
#initialize(viewport) ⇒ RapidSearch
Create a new rapid search
312 313 |
# File 'docs/4_Systems_200_Storage.rb', line 312 def initialize() end |
Instance Method Details
#reset
Reset the search
322 323 |
# File 'docs/4_Systems_200_Storage.rb', line 322 def reset end |
#text ⇒ String
Get the text of the user input
319 320 |
# File 'docs/4_Systems_200_Storage.rb', line 319 def text end |
#update
Update the user input
315 316 |
# File 'docs/4_Systems_200_Storage.rb', line 315 def update end |