Searched refs:pKnob (Results 1 – 1 of 1) sorted by relevance
756 void getOptions(tinyxml2::XMLElement* pKnob) in getOptions() argument761 tinyxml2::XMLElement* pOptions = pKnob->FirstChildElement("options"); in getOptions()785 void getKnob(tinyxml2::XMLElement* pKnob) in getKnob() argument787 if (pKnob) in getKnob()798 if (!pKnob->Attribute("name") || !pKnob->Attribute("CurrentVal")) in getKnob()803 nameStr = pKnob->Attribute("name"); in getKnob()804 currentValStr = pKnob->Attribute("CurrentVal"); in getKnob()819 if (pKnob->Attribute("description")) in getKnob()820 descriptionStr = pKnob->Attribute("description"); in getKnob()822 if (pKnob->Attribute("default")) in getKnob()[all …]