Source Code (Use browser search to find items of interest.)

Class Index

kdevelop'HlData (./kdevelop/kdevelop/kwrite/highlight.h:336)

class HlData {
  public:
    HlData(const QString &wildcards, const QString &mimetypes);
    ItemDataList itemDataList;
    QString wildcards;
    QString mimetypes;
};


kdevelop'HlData::HlData() (./kdevelop/kdevelop/kwrite/highlight.cpp:883)

HlData::HlData(const QString &wildcards, const QString &mimetypes)
  : wildcards(wildcards), mimetypes(mimetypes) {

  itemDataList.setAutoDelete(true);
}