aswang  1.0
Public Member Functions
aswang::PopupMenu Class Reference

#include <PopupMenu.h>

List of all members.

Public Member Functions

 PopupMenu ()
virtual ~PopupMenu ()
bool Create ()
bool Append (const AswangStr &name, unsigned int id)
bool SetCheck (unsigned int id, bool checked=true)
unsigned int Track (HWND owner)

Detailed Description

Definition at line 24 of file PopupMenu.h.


Constructor & Destructor Documentation

aswang::PopupMenu::PopupMenu ( ) [inline]

Definition at line 28 of file PopupMenu.h.

virtual aswang::PopupMenu::~PopupMenu ( ) [inline, virtual]

Definition at line 29 of file PopupMenu.h.


Member Function Documentation

bool PopupMenu::Append ( const AswangStr name,
unsigned int  id 
)

Definition at line 30 of file PopupMenu.cpp.

bool PopupMenu::Create ( )

Definition at line 24 of file PopupMenu.cpp.

bool PopupMenu::SetCheck ( unsigned int  id,
bool  checked = true 
)

Definition at line 36 of file PopupMenu.cpp.

unsigned int PopupMenu::Track ( HWND  owner)

Definition at line 42 of file PopupMenu.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines