class LauncherView: public BView

LauncherView Class modeling the §DEskbar replicant (icon)

Inheritance:


Public Methods

[more]virtual ~LauncherView()
Destructor.
[more]virtual void Draw(BRect updateRect)
Draws the view. Override the BWiew Draw fonction to meet our needs
[more]virtual void MouseDown(BPoint point)
Creates the pop-up menu on-the-fly when the mouse is clicked inside the view, and waits for the user to make a selection Override the BWiew MouseDown fonction to meet our needs.
[more]virtual void MessageReceived(BMessage* message)
Handles the messages that the view receives. handle the message send to the View
[more] LauncherView(BPath appsPath)
onstructor of the DeskbarSetting Class .
[more] LauncherView(BMessage* message)
onstructor of the DeskbarSetting Class .
[more]LauncherView* Instantiate(BMessage* archive)
onstructor of the DeskbarSetting Class .
[more]status_t Archive(BMessage* archive, bool deep) const
overide the Archive fonction of the BView to meet our purpose


Documentation

LauncherView Class modeling the §DEskbar replicant (icon)
ovirtual ~LauncherView()
Destructor.

ovirtual void Draw(BRect updateRect)
Draws the view. Override the BWiew Draw fonction to meet our needs

ovirtual void MouseDown(BPoint point)
Creates the pop-up menu on-the-fly when the mouse is clicked inside the view, and waits for the user to make a selection Override the BWiew MouseDown fonction to meet our needs.
Parameters:
point - where your mouse is when you click.

ovirtual void MessageReceived(BMessage* message)
Handles the messages that the view receives.

All items from the pop-up menu send their messages directly to the view. handle the message send to the View

Parameters:
message - message containing informations

o LauncherView(BPath appsPath)
onstructor of the DeskbarSetting Class .
Parameters:
appsPath - help to know where to look to find themes

o LauncherView(BMessage* message)
onstructor of the DeskbarSetting Class .
Parameters:
message - used to send information to the view

oLauncherView* Instantiate(BMessage* archive)
onstructor of the DeskbarSetting Class .
Parameters:
message - used to have a replicant.

ostatus_t Archive(BMessage* archive, bool deep) const
overide the Archive fonction of the BView to meet our purpose
Parameters:
archive - message containing an instance of the view


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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