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