module Vizkit::VizkitCXXExtension

This module is included in all C++ Qt widgets to make sure that the basic Vizkit API is available on them

Public Instance Methods

initialize_vizkit_extension() click to toggle source

Called when a C++ widget is created to do some additional ruby-side initialization

Calls superclass method
# File lib/vizkit/plugin_extensions.rb, line 46
def initialize_vizkit_extension
    super if defined? super
end
pretty_print(pp) click to toggle source
# File lib/vizkit/plugin_extensions.rb, line 50
def pretty_print(pp)
    plugin_spec.pretty_print(self)
end
registered_for() click to toggle source
# File lib/vizkit/plugin_extensions.rb, line 54
def registered_for
    loader.registered_for(self)
end