18 const std::list<OksAttribute *> * AttributeList;
22 AttributeList = SchemaClass->all_attributes();
26 AttributeList = SchemaClass->direct_attributes();
34 Row.append ( QString::fromStdString ( Attribute->get_name() ) );
35 Row.append ( QString::fromStdString ( Attribute->get_type() ) );