Class: ChemistryParadise::GUI::LibUI::Wetter

Inherits:
Object
  • Object
show all
Includes:
WetterModule, LibuiParadise::Extensions
Defined in:
lib/chemistry_paradise/gui/libui/wetter/wetter.rb

Overview

Wetter::GUI::LibUI::Wetter

Constant Summary

Constants included from WetterModule

WetterModule::HEIGHT, WetterModule::SMALLER_FONT, WetterModule::SMALLEST_FONT, WetterModule::TITLE, WetterModule::USE_THIS_FONT, WetterModule::WIDTH

Instance Method Summary collapse

Methods included from WetterModule

#attach_temperature_value_to_the_main_label, #border_size?, #connect_skeleton, #create_skeleton, #create_the_buttons, #create_the_labels, #create_the_main_window, #determine_which_smiley_should_be_used, #do_the_actions_associated_with_the_update_button, #main_window?, #padding?, #reset_the_shared_module, #return_the_temperature_string, #run, #smaller_font?, #smallest_font?, #update_the_temperature_listing

Constructor Details

#initialize(run_already = true) ⇒ Wetter

#

initialize

#


29
30
31
32
33
34
# File 'lib/chemistry_paradise/gui/libui/wetter/wetter.rb', line 29

def initialize(
    run_already = true
  )
  reset
  run if run_already
end

Instance Method Details

#resetObject

#

reset (reset tag)

#


39
40
41
# File 'lib/chemistry_paradise/gui/libui/wetter/wetter.rb', line 39

def reset
  reset_the_shared_module
end