GEOS-SC: Index: v


V(...) Member function
  • Semaphore class. Put a resource into the semaphore by incrementing the count inside the semaphore by 1. The maximum number of resources that the semaphore can count...
  • Valid(...) Member function
  • RegistryKey class. Check if RegistryKey is valid.
  • Validate(...) Member function
  • FlexComponent class. Make sure that the FlexComponent has a valid layout. This member function is usually called on a FlexContainer.
  • FlexContainer class. Validates this FlexContainer and all of its children. When a container is validated, its DoLayout() method is called.
  • FlexScrollPane class. Validates this FlexScrollpane and all of its children. When a container is validated, its DoLayout() method is called.
  • ValidateLook(...) Member function
  • PenRefUI class. Validate the look value against valid look values for the specified PenRefUI component. This function is meant only for EC code.
  • ValidityPeriod Member data
  • GSMSMSSystem class. An SM can be sent with a defined validity period. If the SM is not delivered by the end of the validity period, it must be discarded.
  • ValidityPeriodFormat Enumerated type
  • GSMSMSSystem class. Selects the format of a SM validity period field.
  • valLen Struct field
  • irda library, in struct IrdaIasAttribute. Length of the value.
  • *value Struct field
  • irda library, in struct IrdaIasAttribute. Const pointer to value of attribute.
  • ValueIsHandle(...) Member function
  • DataMap class. Determines if the given value could be a handle. Does not guarantee that the value referenced by this handle is valid.
  • VariableArray class
  • data library. The VariableArray class is a subclass of Array that handles variable sized elements.
  • VariableArray(...) Member function
  • VariableArray class. Class constructor.
  • VERIFY(...) Global function
  • sys_info library. VERIFY is like ASSERT, except that the expr is still evaluated when in non-EC. This is provided because its use can be justified in certain cases,...
  • VERIFY_WARN(...) Global function
  • sys_info library. VERIFY_WARN is like ASSERT_WARN, except that the expr is still evaluated when in non-EC. This is provided because its use can be justified in certain...
  • VerifyIndex(...) Member function
  • Database class. Verifies that a single-field index exists. See VerifyMultiFieldIndex() for more detail.
  • VerifyMultiFieldIndex(...) Member function
  • Database class. Verifies that a multifield index exists. See a list of standard and optional index drivers.
  • VerticalFlowLayout class
  • toolkit library. The VerticalFlowLayout class implements a layout manager that arranges components along a vertical line with a variety of spacing options.
  • VerticalFlowLayout(...) Member function
  • VerticalFlowLayout class. Constructs a VerticalFlowLayout with default settings.
  • VerticalFlowLayout class. Constructs a VerticalFlowLayout with the specified settings.
  • verticalJustification Struct field
  • toolkit library, in struct TitleEventInfoFlags. TitleVerticalJustificationType.
  • VerticalSizePreference Enumerated type
  • FlexComponent class. This type specifies the vertical size preference for a component. The default value for most components is VSP_USE_PREF_HEIGHT.
  • VERY_LOW_BATTERY_STATUS Enumerated value
  • PD class, in enum BatteryStatus. The main batteries are very low on power.
  • View(...) Member function
  • DatabaseMailboxManager class. Starts viewing a mailbox with the given MailboxView, or allocates a MailboxView to view the given mailbox if none is provided.
  • VisibleChange(...) Member function
  • Window class. This is a virtual method that gets called when the window is becoming visible or when it is becoming invisible according to the definition of the...
  • VoiceCallManager class
  • phone library. A VoiceCallManager is a device that can make voice phone calls. Use the global object theVoiceCallManager, defined in one of the network specific...
  • VoiceCallOwner class
  • phone library. A VoiceCallOwner listens for events on a VoiceCallManager.
  • VoidFuncOneArg(...) Global function
  • sys_info library. VoidFuncOneArg is a typedef for a function that take one void*argument and returns void.
  • VPF_VALIDITY_ABSOLUTE Enumerated value
  • GSMSMSSystem class, in enum ValidityPeriodFormat. Period is a ServiceCentreTimeStamp.
  • VPF_VALIDITY_NOT_PRESENT Enumerated value
  • GSMSMSSystem class, in enum ValidityPeriodFormat. No validity period defined.
  • VPF_VALIDITY_RELATIVE Enumerated value
  • GSMSMSSystem class, in enum ValidityPeriodFormat. Period is a RelativeValidTime.
  • VSP_NO_PREF_HEIGHT Enumerated value
  • FlexComponent class, in enum VerticalSizePreference.
  • VSP_USE_PREF_HEIGHT Enumerated value
  • FlexComponent class, in enum VerticalSizePreference.