Class: Troshka::App

Inherits:
Shirka::Qt::App show all
Defined in:
lib/troshka/app.rb

Instance Attribute Summary

Attributes inherited from Shirka::App

#path

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Shirka::Qt::App

#icon=, #setup, #started

Methods inherited from Shirka::App

#init, #initialize, #load, #setup, #start, #started, #starting

Methods included from Shirka::Eventalk

#add_watcher, #fire, #forward, #watch, #watchers

Constructor Details

This class inherits a constructor from Shirka::App

Class Method Details

.last_resultObject



10
11
12
# File 'lib/troshka/app.rb', line 10

def self.last_result
  @@last_result
end

.last_result=(result) ⇒ Object



14
15
16
# File 'lib/troshka/app.rb', line 14

def self.last_result=(result)
  @@last_result = result
end

Instance Method Details

#componentsObject



6
7
8
# File 'lib/troshka/app.rb', line 6

def components
  @components ||= {}
end