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

Class Index

kdelibs'Boolean (./kdelibs/kjs/types.h:59)

  class Boolean : public KJSO {
  public:
    Boolean(bool b) { value.b = b; }
    Type type() const { return BooleanType; }
  };