NullControl Class Reference#include <NullControl.h>
Inheritance diagram for NullControl:
[legend]List of all members.
Detailed Description
when activated, this will return immediately (handy for fake items in a menu)
Definition at line 8 of file NullControl.h.
Constructor & Destructor Documentation
NullControl::NullControl |
( |
|
) |
[inline] |
|
NullControl::NullControl |
( |
const std::string & |
n |
) |
[inline] |
|
NullControl::NullControl |
( |
const std::string & |
n, |
|
|
const std::string & |
d |
|
) |
[inline] |
|
Member Function Documentation
virtual ControlBase* NullControl::doNextItem |
( |
|
) |
[inline, virtual] |
|
virtual ControlBase* NullControl::doPrevItem |
( |
|
) |
[inline, virtual] |
|
virtual ControlBase* NullControl::doReadStdIn |
( |
const std::string & |
= std::string() |
) |
[inline, virtual] |
|
virtual ControlBase* NullControl::doSelect |
( |
|
) |
[inline, virtual] |
|
virtual ControlBase* NullControl::takeInput |
( |
const std::string & |
|
) |
[inline, virtual] |
|
The documentation for this class was generated from the following file:
|