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

Class Index

killustrator'MyTabCtl (./koffice/killustrator/share/MyTabCtl.h:30)

class MyTabCtl : public KTabCtl {
  Q_OBJECT
public:
  MyTabCtl (QWidget *parent = 0, const char *name = 0);

  void showPage (int id);
};

killustrator'MyTabCtl::MyTabCtl() (./koffice/killustrator/share/MyTabCtl.cc:28)

MyTabCtl::MyTabCtl (QWidget *parent, const char *name) 
  : KTabCtl (parent, name) {
}


killustrator'MyTabCtl::showPage() (./koffice/killustrator/share/MyTabCtl.cc:32)

void MyTabCtl::showPage (int id) {
  showTab (id);
}