Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals

MainCredits Class Reference

#include <maincredits.h>

Inheritance diagram for MainCredits:

Inheritance graph
[legend]
Collaboration diagram for MainCredits:

Collaboration graph
[legend]

Public Member Functions

 MainCredits (Window *aParent)
virtual ~MainCredits (void)

Protected Member Functions

virtual const bool MainLoop (void)
 true if the screen must be refreshed

virtual const bool evMouseLClick (const CtrlMessage &msg)

Constructor & Destructor Documentation

MainCredits::MainCredits Window *  aParent  ) 
 

Definition at line 5 of file maincredits.cpp.

References eMainCredits.

00006 : BqBase( eMainCredits , aParent ) 
00007 {
00008 }

MainCredits::~MainCredits void   )  [virtual]
 

Definition at line 10 of file maincredits.cpp.

00011 {
00012 }


Member Function Documentation

const bool MainCredits::evMouseLClick const CtrlMessage &  msg  )  [protected, virtual]
 

Definition at line 21 of file maincredits.cpp.

References BqBase::isDisplayed.

00022 {
00023         BqBase::evMouseLClick( msg );
00024 
00025         if( isDisplayed )
00026                 if( ((Window *)msg.source)->GetId() == 1 )
00027                 {
00028                         isDisplayed= false;     
00029                         return !isDisplayed;
00030                 }
00031 
00032         return isDisplayed;
00033 }

const bool MainCredits::MainLoop void   )  [protected, virtual]
 

true if the screen must be refreshed

Reimplemented from BqBase.

Definition at line 14 of file maincredits.cpp.

References BqBase::MainLoop(), and BqBase::SetupDialog().

00015 {
00016         SetupDialog( "MainCredits" );
00017 
00018         return BqBase::MainLoop();
00019 }


The documentation for this class was generated from the following files:
Generated on Fri Dec 5 04:06:25 2003 for Borqueror by doxygen 1.3.3