home *** CD-ROM | disk | FTP | other *** search
- /* ==========
- * PedView.cc
- * ==========
- */
-
- #include "PedestalDebugging.h"
-
- #include "PedView.hh"
-
- #include "PedPane.hh"
-
- //UPedNullView gNullView;
-
- PedView::PedView()
- {
- }
-
- PedView::~PedView()
- {
- //mSuperView.release();
- }
-
- void
- PedView::GetWindowToFrameOffset(Point &outOffset)
- {
- SetPt(&outOffset, 0, 0);
- }
-
- void
- PedView::GetWindowToLocalOffset(Point &outOffset)
- {
- GetWindowToFrameOffset(outOffset);
- }
-
- void
- PedView::Focus()
- {
- // FIXME
- }
-
- void
- PedView::Activate()
- {
- }
-
- void
- PedView::Deactivate()
- {
- }
-
- void
- PedView::Refresh()
- {
-
- }
-
- void
- PedView::DrawContent()
- {
- //Draw();
- }
-
- void
- PedView::Resize(short inWidth, short inHeight)
- {
- }
-
- void
- PedView::DispatchNullEvent(EventRecord &inEvent)
- {
-
- }
-
- void
- PedView::DispatchClickEvent(EventRecord &inEvent)
- {
- }
-
- void
- PedView::DispatchKey(EventRecord &inEvent)
- {
- }
-