#include <icommandpanel.h>
Class Description
- See also:
- Class FPStaticInterface, Class
Interface
- Description:
- This class represents the interface to the Command Panel. You
can obtain a pointer to the Command Panel interface using;
ICommandPanel* GetICommandPanel().
This macro will return
(ICommandPanel*)GetCOREInterface(COMMAND_PANEL_INTERFACE).
All methods of this class are Implemented by the System.
Member Enumeration Documentation
- Enumerator:
-
fnIdGetRollupThreshhold |
|
fnIdSetRollupThreshhold |
|
Member Function Documentation
virtual int GetRollupThreshold |
( |
|
) |
[pure virtual] |
virtual void SetRollupThreshold |
( |
int |
iThresh |
) |
[pure virtual] |
- Parameters:
- int iThresh
The threshold you wish to set, in pixels