|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QtEnumerator
The QtEnumerator interface servers as a base for all Qt Jambi enums and flags. Its sole purpose is to unify the access to the integer value of enumerators and flags using the value() method. If you manually implement this class, your implementation must contain a method with the following signature: public static T resolve(int value); where T is your subclass. This should return the enum value corresponding to the specified int value.
Method Summary | |
---|---|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
Method Detail |
---|
int value()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |