summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include/cnxconsole.hxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-28 22:46:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-28 22:46:36 +0000
commite35aa390b0d57483b82638952ad62f3a7f5373b5 (patch)
tree0919457c6e9cc4bba2169ed5c3ab68dcf5f3c597 /NxWidgets/nxwm/include/cnxconsole.hxx
parentfbfd97c209f99cf1a9e8190ba835c1b3bef64c2a (diff)
downloadnuttx-e35aa390b0d57483b82638952ad62f3a7f5373b5.tar.gz
nuttx-e35aa390b0d57483b82638952ad62f3a7f5373b5.tar.bz2
nuttx-e35aa390b0d57483b82638952ad62f3a7f5373b5.zip
More NX window manager pieces
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4670 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/nxwm/include/cnxconsole.hxx')
-rw-r--r--NxWidgets/nxwm/include/cnxconsole.hxx14
1 files changed, 9 insertions, 5 deletions
diff --git a/NxWidgets/nxwm/include/cnxconsole.hxx b/NxWidgets/nxwm/include/cnxconsole.hxx
index eb76ba10b..793a46849 100644
--- a/NxWidgets/nxwm/include/cnxconsole.hxx
+++ b/NxWidgets/nxwm/include/cnxconsole.hxx
@@ -43,6 +43,7 @@
#include <nuttx/config.h>
#include "crlepalettebitmap.hxx"
+#include "inxwindow.hxx"
#include "cnxapplication.hxx"
/****************************************************************************
@@ -69,18 +70,21 @@ namespace NxWM
class CNxConsole : public CNxApplication
{
- public:
+ protected:
/**
- * CNxConsole constructor
+ * CNxConsole destructor
*/
- CNxConsole(void);
+ ~CNxConsole(void);
+ public:
/**
- * CNxConsole destructor
+ * CNxConsole constructor
+ *
+ * @param window. The application window
*/
- ~CNxConsole(void);
+ CNxConsole(NXWidgets::INxWindow *window);
/**
* Get the icon associated with the application