Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

NDK_XX::SubMenu Class Reference

#include <ndk++.h>

Inheritance diagram for NDK_XX::SubMenu:

NDK_XX::MenuBar NDK_XX::ListBox NDK_XX::Control List of all members.

Public Methods

 SubMenu (int id, const string &title,int lines, int cols, int y, int x,char orient='h',int style=tabstop|framed|notify)
 ~SubMenu ()
int move_up ()
int move_down ()
int move_left ()
int move_right ()

Constructor & Destructor Documentation

NDK_XX::SubMenu::SubMenu int    id,
const string &    title,
int    lines,
int    cols,
int    y,
int    x,
char    orient = 'h',
int    style = tabstop|framed|notify
[inline]
 

SubMenu Constructor

Definition at line 1485 of file ndk++.h.

01502                     :
            height of the window

NDK_XX::SubMenu::~SubMenu   [inline]
 

Definition at line 1492 of file ndk++.h.

References NDK_XX::Control::title.

01502                     :
            height of the window


Member Function Documentation

int NDK_XX::SubMenu::move_down   [inline, virtual]
 

Reimplemented from NDK_XX::MenuBar.

Definition at line 1500 of file ndk++.h.

01502                     :
01503             height of the window
01504         @param cols
            width of the window

int NDK_XX::SubMenu::move_left   [inline, virtual]
 

move_left and move_right:

if arrow_is_tab == true, they return false, so the owner can process KEY_LEFT and KEY_RIGHT, and properly move to previous or next control.

Reimplemented from NDK_XX::MenuBar.

Definition at line 1505 of file ndk++.h.

01521                                       { children.push_back(new_child);  }   

int NDK_XX::SubMenu::move_right   [inline, virtual]
 

Reimplemented from NDK_XX::MenuBar.

Definition at line 1510 of file ndk++.h.

References NDK_XX::DialogBox::children, and NDK_XX::Control::title.

01521                                       { children.push_back(new_child);  }   

int NDK_XX::SubMenu::move_up   [inline, virtual]
 

Reimplemented from NDK_XX::MenuBar.

Definition at line 1495 of file ndk++.h.

01502                     :
            height of the window


The documentation for this class was generated from the following file:
Generated on Thu Oct 10 16:02:24 2002 by doxygen1.2.17