class MainWindow: public BWindow

MainWindow Class represent Main window of the software

Inheritance:


Public Fields

[more]MainView* View
the main View
[more]PrevView* View2
the preview View

Public Methods

[more] MainWindow(BRect Rect)
Constructor of the MainWindow Class
[more]bool QuitRequested()
override the BWindow QuitRequested fonction so that we can save the current theme
[more]void MessageReceived(BMessage *msg)
handle message in BeTheme.
[more]bool SaveTheme(BString ThemeName)
Allow the back up of the current Theme


Documentation

MainWindow Class represent Main window of the software
oMainView* View
the main View

oPrevView* View2
the preview View

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

obool QuitRequested()
override the BWindow QuitRequested fonction so that we can save the current theme

ovoid MessageReceived(BMessage *msg)
handle message in BeTheme.
Parameters:
msg - pointer to a BMessage.

obool SaveTheme(BString ThemeName)
Allow the back up of the current Theme
Parameters:
ThemeName - the name you want to give to your new theme


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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