Searched refs:IconForTypeValue (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp701 // IconForTypeValue
702 struct IconForTypeValue : public IconValue struct in inherits:IconValue
704 // IconForTypeValue() : type() {}
705 // IconForTypeValue(const BBitmap *mini, const BBitmap *large,
707 IconForTypeValue() : type(testType1) {} function in struct:IconForTypeValue
708 IconForTypeValue(const BBitmap *mini, const BBitmap *large) function in struct:IconForTypeValue
717 static status_t Set(BAppFileInfo &info, const IconForTypeValue &value)
732 static status_t Get(BAppFileInfo &info, IconForTypeValue &value)
747 static void CheckAttribute(BNode &file, const IconForTypeValue &value)
759 static void CheckResource(BFile &file, const IconForTypeValue
[all...]

Completed in 84 milliseconds