paludis::DepTagCategory Class Reference
[Dependency specifications]

#include <dep_tag.hh>

Inheritance diagram for paludis::DepTagCategory:

List of all members.

Basic operations

 DepTagCategory (bool visible, const std::string &id, const std::string &t, const std::string &pre, const std::string &post)

Public Member Functions

bool visible () const
std::string id () const
std::string title () const
std::string pre_text () const
std::string post_text () const


Detailed Description

A DepTagCategory is identified by its name and has associated display information for a DepTag's category.

It is usually accessed via DepTagCategoryMaker.

See also:
DepTagCategoryMaker

DepTag


Member Function Documentation

std::string paludis::DepTagCategory::id (  )  const

Fetch our short ID (for example, 'GLSA').

std::string paludis::DepTagCategory::post_text (  )  const

Fetch our post list text, or an empty string.

std::string paludis::DepTagCategory::pre_text (  )  const

Fetch our pre list text, or an empty string.

std::string paludis::DepTagCategory::title (  )  const

Fetch our title (for example, 'Security advisories'), or an empty string if we're untitled.

bool paludis::DepTagCategory::visible (  )  const

Should we be displayed in a tag category summary?


The documentation for this class was generated from the following file:

Generated on Mon Dec 22 19:43:53 2008 for paludis by  doxygen 1.5.7.1