Class: UI::Storage::RapidSearch

Inherits:
UI::SpriteStack show all
Defined in:
docs/01450_Systems_00200_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

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

Parameters:



312
313
# File 'docs/01450_Systems_00200_Storage.rb', line 312

def initialize(viewport)
end

Instance Method Details

#reset

Reset the search



322
323
# File 'docs/01450_Systems_00200_Storage.rb', line 322

def reset
end

#textString

Get the text of the user input

Returns:



319
320
# File 'docs/01450_Systems_00200_Storage.rb', line 319

def text
end

#update

Update the user input



315
316
# File 'docs/01450_Systems_00200_Storage.rb', line 315

def update
end