Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-7982

Auto Implement Pure Method

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 2.7.0
    • C/C++/Obj-C++ Support
    • None

      hi,
      it would be very useful to have an option to auto implement pure virtual class (body & def)

      Ex:
      class Foo : public IFoo
      {
      ->right click on Foo -> Add Pure...
      };

      with
      class IFoo
      {
      virtual bool QtRocks() const = 0;
      };

      (Foo.h)
      virtual bool QtRocks() const;
      (Foo.cpp)
      bool Foo::QtRocks() const
      {
      //TODO: Implement me (return true)
      }

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            erikv Erik Verbruggen
            phi Philippe
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes