py::gui::page::page_series Class Reference

Inheritance diagram for py::gui::page::page_series:

Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def setup_actions
def toggle_auto_expand

Public Attributes

 auto_expand
 action_auto_expand


Member Function Documentation

def py::gui::page::page_series::__init__ (   self,
  view 
)

00201                                    :
00202                 page.__init__(self, view)
00203                 self.auto_expand = self.model.auto_expand
00204 
        def setup_actions( self ) :

def py::gui::page::page_series::setup_actions (   self  ) 

Reimplemented from py::gui::page::page.

00205                                   :
00206                 page.setup_actions( self )
00207                 action = self.action_auto_expand = self.actions.add(_("Auto expand"), None)
00208                 action.setCheckable(True)
00209                 action.setChecked(qocfg.get_expand_series())
00210                 action.setToolTip(_("Expand series not completed and collapse completed ones"))
00211                 QObject.connect(action, SIGNAL("toggled(bool)"), self.toggle_auto_expand)
00212         
        def toggle_auto_expand( self, value ) :

def py::gui::page::page_series::toggle_auto_expand (   self,
  value 
)

00213                                               :
00214                 qocfg.set_expand_series(value)
00215                 if value :
00216                         self.auto_expand()
00217 


Member Data Documentation

py::gui::page::page_series::auto_expand

py::gui::page::page_series::action_auto_expand


The documentation for this class was generated from the following file:
Generated on Tue Oct 9 20:40:29 2007 for Qomics by  doxygen 1.5.3