class MainWindow: public BWindow
MainWindow Class represent Main window of the software
Inheritance:
Public Fields
-
MainView* View
- the main View
-
PrevView* View2
- the preview View
Public Methods
-
MainWindow(BRect Rect)
- Constructor of the MainWindow Class
-
bool QuitRequested()
- override the BWindow QuitRequested fonction so that we can save the current theme
-
void MessageReceived(BMessage *msg)
- handle message in BeTheme.
-
bool SaveTheme(BString ThemeName)
- Allow the back up of the current Theme
Documentation
MainWindow Class represent Main window of the software
MainView* View
- the main View
PrevView* View2
- the preview View
MainWindow(BRect Rect)
-
Constructor of the MainWindow Class
- Parameters:
- Rect - a BRect which represent the size of the window
bool QuitRequested()
-
override the BWindow QuitRequested fonction so that we can save the current theme
void MessageReceived(BMessage *msg)
-
handle message in BeTheme.
- Parameters:
- msg - pointer to a BMessage.
bool 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++.