Derived from: BView
Declared in: baseView.h
Library: libBeGUI.so
The BaseView Class is a BView wrapper class. It overrides the Draw() and AttachedToWindow() methods to perform color setting from preferences and draw the desired text.
This is the constructor. It's initializer list creates two new BLists.
This is the destructor. It deletes the lists created in the CTOR and deletes those items from one of the lists which are not deleted automatically by the window when it closes.
This is an internally called function. This grabs the preferred underlying view colors and sets itself to them. It calls the inherited version.
This is an internally called function. It's only job is to draw all the text. It does not call the inherited version.
Overview
[method summary]
BaseView()
BaseView(BRect paramBound);
~BaseView()
~BaseView();
AttachedToWindow()
void AttachedToWindow(void);
Draw()
void Draw(BRect rect);
for version 1.4.2
Copyright © 1998-1999 Ed Musgrove Be Developer #2076. All rights reserved.
edgar@harbornet.com
emusgrov@linknet.kitsap.lib.wa.us
Last modified March 17, 1999.