
Public Member Functions | |
| (id) | - initWithVariableName:ofObject:andValue:ofType: |
| (const char *) | - name |
| (vlc_value_t) | - value |
| (vlc_object_t *) | - vlcObject |
| (int) | - type |
Protected Attributes | |
| char * | psz_name |
| vlc_object_t * | _vlc_object |
| vlc_value_t | value |
| int | i_type |
| - (id) initWithVariableName: | (const char *) | name | ||
| ofObject: | (vlc_object_t *) | object | ||
| andValue: | (vlc_value_t) | value | ||
| ofType: | (int) | type | ||
References _vlc_object, i_type, psz_name, vlc_value_t::psz_string, strdup(), value, vlc_object_hold, VLC_VAR_STRING, and VLC_VAR_TYPE.
| - (const char *) name |
References psz_name.
| - (vlc_value_t) value |
Referenced by initWithVariableName:ofObject:andValue:ofType:.
| - (vlc_object_t *) vlcObject |
| - (int) type |
References i_type.
- (char*) psz_name [protected] |
Referenced by initWithVariableName:ofObject:andValue:ofType:, and name.
- (vlc_object_t*) _vlc_object [protected] |
Referenced by initWithVariableName:ofObject:andValue:ofType:, and vlcObject.
- (vlc_value_t) value [protected] |
- (int) i_type [protected] |
Referenced by initWithVariableName:ofObject:andValue:ofType:, and type.
1.5.6