LauncherView Class modeling the §DEskbar replicant (icon)
Inheritance:
Public Methods
-
virtual ~LauncherView()
- Destructor.
-
virtual void Draw(BRect updateRect)
- Draws the view. Override the BWiew Draw fonction to meet our needs
-
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.
-
virtual void MessageReceived(BMessage* message)
- Handles the messages that the view receives. handle the message send to the View
-
LauncherView(BPath appsPath)
- onstructor of the DeskbarSetting Class .
-
LauncherView(BMessage* message)
- onstructor of the DeskbarSetting Class .
-
LauncherView* Instantiate(BMessage* archive)
- onstructor of the DeskbarSetting Class .
-
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)
virtual ~LauncherView()
- Destructor.
virtual void Draw(BRect updateRect)
- Draws the view.
Override the BWiew Draw fonction to meet our needs
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.
- Parameters:
- point - where your mouse is when you click.
virtual 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
LauncherView(BPath appsPath)
- onstructor of the DeskbarSetting Class .
- Parameters:
- appsPath - help to know where to look to find themes
LauncherView(BMessage* message)
- onstructor of the DeskbarSetting Class .
- Parameters:
- message - used to send information to the view
LauncherView* Instantiate(BMessage* archive)
- onstructor of the DeskbarSetting Class .
- Parameters:
- message - used to have a replicant.
status_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++.