summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include/ctaskbar.hxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-08 15:28:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-08 15:28:07 +0000
commitb6abad5fbf5877bf9c26269bff418726f26e4b9d (patch)
tree945b66a02dfe50fed4a55a500a96f11d81d7d9e3 /NxWidgets/nxwm/include/ctaskbar.hxx
parent1442e62637fa138626671be49b51d5329c6536c3 (diff)
downloadnuttx-b6abad5fbf5877bf9c26269bff418726f26e4b9d.tar.gz
nuttx-b6abad5fbf5877bf9c26269bff418726f26e4b9d.tar.bz2
nuttx-b6abad5fbf5877bf9c26269bff418726f26e4b9d.zip
Several patches from Petteri Aimonen
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5625 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/nxwm/include/ctaskbar.hxx')
-rw-r--r--NxWidgets/nxwm/include/ctaskbar.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/NxWidgets/nxwm/include/ctaskbar.hxx b/NxWidgets/nxwm/include/ctaskbar.hxx
index 5aab9e6bf..229e78b22 100644
--- a/NxWidgets/nxwm/include/ctaskbar.hxx
+++ b/NxWidgets/nxwm/include/ctaskbar.hxx
@@ -83,9 +83,9 @@ namespace NxWM
*/
class CTaskbar : public NXWidgets::CNxServer,
- private NXWidgets::CWidgetEventHandler
+ protected NXWidgets::CWidgetEventHandler
{
- private:
+ protected:
/**
* This structure represents an application and its associated icon image
*/
@@ -152,7 +152,7 @@ namespace NxWM
* @return true on success
*/
- bool createTaskbarWindow(void);
+ virtual bool createTaskbarWindow(void);
/**
* Create the background window.
@@ -160,7 +160,7 @@ namespace NxWM
* @return true on success
*/
- bool createBackgroundWindow(void);
+ virtual bool createBackgroundWindow(void);
/**
* Create the background image.
@@ -168,7 +168,7 @@ namespace NxWM
* @return true on success
*/
- bool createBackgroundImage(void);
+ virtual bool createBackgroundImage(void);
/**
* (Re-)draw the task bar window.
@@ -176,7 +176,7 @@ namespace NxWM
* @return true on success
*/
- bool redrawTaskbarWindow(void);
+ virtual bool redrawTaskbarWindow(void);
/**
* Redraw the window at the top of the heirarchy.
@@ -184,7 +184,7 @@ namespace NxWM
* @return true on success
*/
- bool redrawTopApplication(void);
+ virtual bool redrawTopApplication(void);
/**
* Raise the top window to the top of the NXheirarchy.
@@ -200,7 +200,7 @@ namespace NxWM
* @return true on success
*/
- bool redrawBackgroundWindow(void);
+ virtual bool redrawBackgroundWindow(void);
/**
* Redraw the last application in the list of application maintained by