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

CommandButton Class Reference

#include <commandbutton.h>

Collaboration diagram for CommandButton:

Collaboration graph
[legend]
List of all members.

Public Methods

 CommandButton (const std::string &str, Command *acmd)

Protected Methods

void clicked_impl ()

Constructor & Destructor Documentation

CommandButton::CommandButton const std::string &    str,
Command   acmd
[inline]
 

00029       :
00030    Button(str), cmd(acmd)
00031    {}
protected:


Member Function Documentation

void CommandButton::clicked_impl   [inline, protected]
 

00034    {
00035       (*cmd)();
00036    }


The documentation for this class was generated from the following file:
Generated on Mon Apr 7 19:43:03 2003 for DuTree by doxygen1.2.18