static public Method

Internal.init_all_classes

There's no documentation for this item.

Source Code

# File qt/qtruby4.rb, line 2331
def Internal.init_all_classes()
        Qt::Internal::getClassList().each do |c|
                if c == "Qt"
                        # Don't change Qt to Qt::t, just leave as is
                        @@cpp_names["Qt"] = c
                elsif c != "QInternal"
                        Qt::Internal::init_class(c)
                end
        end

        @@classes['Qt::Integer'] = Qt::Integer
        @@classes['Qt::Boolean'] = Qt::Boolean
        @@classes['Qt::Enum'] = Qt::Enum
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.