Lines Matching refs:Dependency
28 gchar const * Dependency::_type_str[] = {
35 gchar const * Dependency::_location_str[] = {
50 Dependency::Dependency (Inkscape::XML::Node * in_repr)
98 Dependency::~Dependency (void)
133 bool Dependency::check (void) const
244 const gchar* Dependency::get_name()
253 operator<< (std::ostream &out_file, const Dependency & in_dep)
255 out_file << _("Dependency:") << '\n';