Notation used in Ruby API documentation
Module: db
Description: This enum specifies the icon shown next to the parameter in PCell parameter list.
This class is equivalent to the class PCellParameterState::ParameterStateIcon
This enum was introduced in version 0.28.
new PCellParameterState::ParameterStateIcon ptr | new | (int i) | Creates an enum from an integer value |
new PCellParameterState::ParameterStateIcon ptr | new | (string s) | Creates an enum from a string value |
[const] | bool | != | (const PCellParameterState::ParameterStateIcon other) | Compares two enums for inequality |
[const] | bool | != | (int other) | Compares an enum with an integer for inequality |
[const] | bool | < | (const PCellParameterState::ParameterStateIcon other) | Returns true if the first enum is less (in the enum symbol order) than the second |
[const] | bool | < | (int other) | Returns true if the enum is less (in the enum symbol order) than the integer value |
[const] | bool | == | (const PCellParameterState::ParameterStateIcon other) | Compares two enums |
[const] | bool | == | (int other) | Compares an enum with an integer value |
[const] | int | hash | Gets the hash value from the enum | |
[const] | string | inspect | Converts an enum to a visual string | |
[const] | int | to_i | Gets the integer value from the enum | |
[const] | string | to_s | Gets the symbolic string from an enum |
[static,const] | PCellParameterState::ParameterStateIcon | ErrorIcon | An icon indicating an error is shown | |
[static,const] | PCellParameterState::ParameterStateIcon | InfoIcon | A general 'information' icon is shown | |
[static,const] | PCellParameterState::ParameterStateIcon | NoIcon | No icon is shown for the parameter | |
[static,const] | PCellParameterState::ParameterStateIcon | WarningIcon | An icon indicating a warning is shown |
!= | (1) Signature: [const] bool != (const PCellParameterState::ParameterStateIcon other) Description: Compares two enums for inequality |
(2) Signature: [const] bool != (int other) Description: Compares an enum with an integer for inequality | |
< | (1) Signature: [const] bool < (const PCellParameterState::ParameterStateIcon other) Description: Returns true if the first enum is less (in the enum symbol order) than the second |
(2) Signature: [const] bool < (int other) Description: Returns true if the enum is less (in the enum symbol order) than the integer value | |
== | (1) Signature: [const] bool == (const PCellParameterState::ParameterStateIcon other) Description: Compares two enums |
(2) Signature: [const] bool == (int other) Description: Compares an enum with an integer value | |
ErrorIcon | Signature: [static,const] PCellParameterState::ParameterStateIcon ErrorIcon Description: An icon indicating an error is shown Python specific notes: |
InfoIcon | Signature: [static,const] PCellParameterState::ParameterStateIcon InfoIcon Description: A general 'information' icon is shown Python specific notes: |
NoIcon | Signature: [static,const] PCellParameterState::ParameterStateIcon NoIcon Description: No icon is shown for the parameter Python specific notes: |
WarningIcon | Signature: [static,const] PCellParameterState::ParameterStateIcon WarningIcon Description: An icon indicating a warning is shown Python specific notes: |
hash | Signature: [const] int hash Description: Gets the hash value from the enum Python specific notes: |
inspect | Signature: [const] string inspect Description: Converts an enum to a visual string Python specific notes: |
new | (1) Signature: [static] new PCellParameterState::ParameterStateIcon ptr new (int i) Description: Creates an enum from an integer value Python specific notes: |
(2) Signature: [static] new PCellParameterState::ParameterStateIcon ptr new (string s) Description: Creates an enum from a string value Python specific notes: | |
to_i | Signature: [const] int to_i Description: Gets the integer value from the enum Python specific notes: |
to_s | Signature: [const] string to_s Description: Gets the symbolic string from an enum Python specific notes: |