CardWindow
CardWindow(BRect frame);
virtual ~CardWindow();
CardWindow::CardWindow(BRect frame)
CardWindow::~CardWindow()
CardWindow::MessageReceived(BMessage* msg)
CardWindow::QuitRequested()
CardWindow::SetBitmap(const BBitmap* bitmap)
CardWindow::Invalidate(const BRect& frame)
fWindow = new CardWindow(frame.OffsetToCopy(BPoint(50.0, 50.0)));
class CardWindow;
CardWindow* fWindow;