IQuadMenu Class Reference
 
 
 
IQuadMenu Class Reference

#include <imenus.h>

Inheritance diagram for IQuadMenu:
FPMixinInterface IMultiMenu FPInterface MaxHeapOperators BaseInterface InterfaceServer MaxHeapOperators

Class Description

See also:
Class IMultiMenu, Class FPMixinInterface

Description:
This abstract class represents an interface for a quad menu.

Public Types

enum   {
  getMenu, addMenu, removeMenu, removeMenuByPosition,
  setTitle, getTitle, trackMenu
}

Public Member Functions

virtual void  TrackMenu (HWND hMessageWnd, bool displayAll=false)=0

Member Enumeration Documentation


Member Function Documentation

virtual void TrackMenu ( HWND  hMessageWnd,
bool  displayAll = false 
) [pure virtual]
Remarks:
This method allows you to track a quad menu.
Parameters:
HWND hMessageWnd

A handle to the message window.

bool displayAll = false

TRUE if all quads should be displayed, otherwise FALSE.