Module atom_window :: Class AtomWindow
[hide private]
[frames] | no frames]

Class AtomWindow

source code

Instance Methods [hide private]
 
__init__(self)
Create new window...
source code
 
displayNextEntry(self)
Get next entry from the queue and display it in the window
source code
 
updateCounter(self)
Display number of events on the top of window, sometimes it needs to be changed
source code
 
on_close_button_clicked(self, widget) source code
 
on_next_button_clicked(self, widget) source code
 
on_entry_title_eventbox_button_press_event(self, widget, event) source code
 
on_feed_title_eventbox_button_press_event(self, widget, event) source code
Class Methods [hide private]
 
newAtomEntry(cls, entry)
Queue new entry, open window if there's no one opened
source code
 
windowClosed(cls) source code
Class Variables [hide private]
  window = None
  entries = []
Method Details [hide private]

newAtomEntry(cls, entry)
Class Method

source code 
Queue new entry, open window if there's no one opened

windowClosed(cls)
Class Method

source code 

__init__(self)
(Constructor)

source code 
Create new window... only if we have anything to show

displayNextEntry(self)

source code 
Get next entry from the queue and display it in the window

updateCounter(self)

source code 
Display number of events on the top of window, sometimes it needs to be changed

on_close_button_clicked(self, widget)

source code 

on_next_button_clicked(self, widget)

source code 

on_entry_title_eventbox_button_press_event(self, widget, event)

source code 

on_feed_title_eventbox_button_press_event(self, widget, event)

source code 

Class Variable Details [hide private]

window

Value:
None

entries

Value:
[]