home *** CD-ROM | disk | FTP | other *** search
- //////////////////////////////////////////////////////////////
- //
- // Source file for MainWindow1
- //
- // This file is generated by BuildXcessory. DO NOT MODIFY.
- // USE SUBCLASSING INSTEAD
- //
- // This class is a ViewKit VkWindow subclass
- //
- // If you directly modify this file, you may lose your
- // changes if it is regenerated by the builder again.
- //
- //////////////////////////////////////////////////////////////
- #include "MainWindow1.h"
- #include "Beeper.h"
-
- MainWindow1::MainWindow1(const char *name) : VkWindow (name)
- {
- Beeper* beeper1= new Beeper("beeper1",mainWindowWidget());
-
- addView (beeper1);
- }
-
- MainWindow1::~MainWindow1()
- {
- // Empty
- }
-
- const char *MainWindow1::className()
- {
- return ("MainWindow1");
- }
-