Sha256: 92667b242e89945f93f1d70d4d78df9e23e355ab5b2d00dc238211f2c0334518

Contents?: true

Size: 791 Bytes

Versions: 52

Compression:

Stored size: 791 Bytes

Contents

# encoding: ascii-8bit

# Copyright 2014 Ball Aerospace & Technologies Corp.
# All Rights Reserved.
#
# This program is free software; you can modify and/or redistribute it
# under the terms of the GNU General Public License
# as published by the Free Software Foundation; version 3 with
# attribution addendums as found in the LICENSE.txt

module Cosmos

  module LayoutWidget

    module ClassMethods
      def layout_manager?
        return true
      end
    end

    def self.included(base)
      base.extend(ClassMethods)
    end

    # This gets called when the layout gets closed by the END keyword
    # Subclasses can implement this to do things once all their child
    # widgets have been created.
    def complete
      # Normally do nothing
    end

  end

end # module Cosmos

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
cosmos-4.3.0-java lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.3.0 lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.2.4-java lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.2.4 lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.2.3-java lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.2.3 lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.2.2-java lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.2.2 lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.2.1-java lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.2.1 lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.2.0-java lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.2.0 lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.1.1-java lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.1.1 lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.1.0-java lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.1.0 lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.0.3-java lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.0.3-universal-java-1.8 lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.0.3 lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb
cosmos-4.0.2-universal-java-1.8 lib/cosmos/tools/tlm_viewer/widgets/layout_widget.rb