Class: Qt::Enum
Instance Method Summary collapse
-
#to_int ⇒ Integer
Converts the enum to an integer.
Instance Method Details
#to_int ⇒ Integer
Converts the enum to an integer
737 738 739 |
# File 'lib/ruber/qt_sugar.rb', line 737 def to_int to_i end |