Home | History | Annotate | Download | only in common

Lines Matching full:option

33 /** \brief Option data types */
38 /** \brief Option value */
53 /** \brief Information about an option */
61 /** \brief Option cache
63 * \li One in <driver>Screen caching option info and the default values
67 /**< \brief Array of option infos
71 /**< \brief Array of option values
84 /** \brief Parse XML option info from configOptions
88 * \param info pointer to a driOptionCache that will store the option info
92 * For the option information to be available to external configuration tools
98 /** \brief Initialize option cache from info and parse configuration files
104 /** \brief Destroy option info
108 /** \brief Destroy option cache
113 /** \brief Check if there exists a certain option */
117 /** \brief Query a boolean option value */
119 /** \brief Query an integer option value */
121 /** \brief Query a floating-point option value */