Class: Cosmos::TabbookWidget
- Includes:
 - LayoutWidget, Widget
 
- Defined in:
 - lib/cosmos/tools/tlm_viewer/widgets/tabbook_widget.rb
 
Overview
Layout widget which creates a Qt::TabWidget to contain TABITEM widgets
Instance Attribute Summary
Attributes included from Widget
#item, #item_name, #limits_set, #limits_state, #packet, #packet_name, #polling_period, #screen, #settings, #target_name, #value, #value_type
Instance Method Summary collapse
- 
  
    
      #initialize(parent_layout = nil)  ⇒ TabbookWidget 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of TabbookWidget.
 
Methods included from LayoutWidget
Methods included from Widget
#context_menu, #get_image, #get_tooltip_text, included, #process_settings, #set_setting, #set_subsetting, #shutdown, #update_widget
Constructor Details
#initialize(parent_layout = nil) ⇒ TabbookWidget
Returns a new instance of TabbookWidget.
      20 21 22 23  | 
    
      # File 'lib/cosmos/tools/tlm_viewer/widgets/tabbook_widget.rb', line 20 def initialize(parent_layout = nil) super() parent_layout.addWidget(self) if parent_layout end  |