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

Class Index

killustrator'KIllustratorApp (./koffice/killustrator/koffice/KIllustrator_main.h:33)

class KIllustratorApp : public KoApplication {
  Q_OBJECT
public:
  KIllustratorApp (int& argc, char** argv);
  ~KIllustratorApp ();

  KoMainWindow* createNewShell() { return new KIllustratorShell; };

protected:
};

killustrator'KIllustratorApp::KIllustratorApp() (./koffice/killustrator/koffice/KIllustrator_main.cc:40)

KIllustratorApp::KIllustratorApp (int& argc, char** argv) :
    KoApplication (argc, argv, "killustrator") 
{
}


killustrator'KIllustratorApp::~KIllustratorApp() (./koffice/killustrator/koffice/KIllustrator_main.cc:45)

KIllustratorApp::~KIllustratorApp () {
}


killustrator'KIllustratorApp::createNewShell() (./koffice/killustrator/koffice/KIllustrator_main.h:39)

  KoMainWindow* createNewShell() { return new KIllustratorShell; };

protected:
};