NetSurf
Public Member Functions | Private Attributes
NSThrobber Class Reference
Inheritance diagram for NSThrobber:
[legend]
Collaboration diagram for NSThrobber:
[legend]

Public Member Functions

 NSThrobber (BRect frame)
 
virtual ~NSThrobber ()
 
virtual void MessageReceived (BMessage *message)
 
virtual void Draw (BRect updateRect)
 
void SetBitmap (const BBitmap *bitmap)
 

Private Attributes

const BBitmap * fBitmap
 

Detailed Description

Definition at line 380 of file scaffolding.cpp.

Constructor & Destructor Documentation

◆ NSThrobber()

NSThrobber::NSThrobber ( BRect  frame)

Definition at line 393 of file scaffolding.cpp.

◆ ~NSThrobber()

NSThrobber::~NSThrobber ( )
virtual

Definition at line 400 of file scaffolding.cpp.

Member Function Documentation

◆ Draw()

void NSThrobber::Draw ( BRect  updateRect)
virtual

Definition at line 413 of file scaffolding.cpp.

References fBitmap.

◆ MessageReceived()

void NSThrobber::MessageReceived ( BMessage *  message)
virtual

Definition at line 406 of file scaffolding.cpp.

◆ SetBitmap()

void NSThrobber::SetBitmap ( const BBitmap *  bitmap)

Definition at line 422 of file scaffolding.cpp.

References bitmap(), and fBitmap.

Referenced by gui_window_stop_throbber(), nsbeos_new_scaffolding(), and nsbeos_throb().

Here is the call graph for this function:
Here is the caller graph for this function:

Field Documentation

◆ fBitmap

const BBitmap* NSThrobber::fBitmap
private

Definition at line 390 of file scaffolding.cpp.

Referenced by Draw(), and SetBitmap().


The documentation for this class was generated from the following file: