class MainView: public BView

MainView Class represent Main View

Inheritance:


Public Fields

[more]BListView* MainList
View to print the theme list
[more]BTextView* Description
View to print information about the selected theme
[more]BBitmap* Bitmap
the nice bitmap :)
[more]BButton* SaveButton
the save button
[more]BPopUpMenu* FloatingMenu
the popup menu

Public Methods

[more]void Draw(BRect Rect)
Override the BView Draw fonction to meet our purpose( mainly for drawing bipmap )
[more] MainView(BRect Rect)
Constructor of the MainView Class
[more]void MouseDown(BPoint point)
Override the BView MouseDown fonction
[more]void AttachedToWindow(void)
Override the BView AttachedToWindow fonction


Documentation

MainView Class represent Main View
oBListView* MainList
View to print the theme list

oBTextView* Description
View to print information about the selected theme

oBBitmap* Bitmap
the nice bitmap :)

oBButton* SaveButton
the save button

oBPopUpMenu* FloatingMenu
the popup menu

ovoid Draw(BRect Rect)
Override the BView Draw fonction to meet our purpose( mainly for drawing bipmap )
Parameters:
Rect - the clipping area to draw

o MainView(BRect Rect)
Constructor of the MainView Class
Parameters:
Rect - a BRect which represent the size of the window

ovoid MouseDown(BPoint point)
Override the BView MouseDown fonction
Parameters:
point - the "impact" point when you click with the mouse

ovoid AttachedToWindow(void)
Override the BView AttachedToWindow fonction


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.