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

Class Index

kdevelop'HlItemWw (./kdevelop/kdevelop/kwrite/highlight.h:49)

class HlItemWw : public HlItem {
  public:
    HlItemWw(int attribute, int context);
    virtual bool startEnable(QChar c) {return !isInWord(c);}
    virtual bool endEnable(QChar c) {return !isInWord(c);}
};



kdevelop'HlItemWw::HlItemWw() (./kdevelop/kdevelop/kwrite/highlight.cpp:191)

HlItemWw::HlItemWw(int attribute, int context)
  : HlItem(attribute,context) {
}



kdevelop'HlItemWw::endEnable() (./kdevelop/kdevelop/kwrite/highlight.h:53)

    virtual bool endEnable(QChar c) {return !isInWord(c);}
};