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

QCommandBox Class Reference

Combo box, which can autocomplete input and make suggestions. More...

#include <qcompletionbox.h>

List of all members.

Signals

void commandExecuted ()

Public Member Functions

 QCommandBox (CmdInterpreter *cmdInterpreter, QWidget *parent=0, const char *name=0)
void registerPyModule (PyObject *module)

Protected Slots

void autoComplete (const QString &)
void itemActivated (const QString &)
void exec ()


Detailed Description

Combo box, which can autocomplete input and make suggestions.

This combo box is for typing CUTE commands and executes them


Constructor & Destructor Documentation

QCommandBox::QCommandBox CmdInterpreter cmdInterpreter,
QWidget *  parent = 0,
const char *  name = 0
 

this constructor creates a combo box, which autocompletes his input and executes commands


Member Function Documentation

void QCommandBox::autoComplete const QString &   )  [protected, slot]
 

on user input search strings starting with str in list box

void QCommandBox::exec  )  [protected, slot]
 

executes command with interpreter

void QCommandBox::itemActivated const QString &   )  [protected, slot]
 

called after an item has been selected

void QCommandBox::registerPyModule PyObject *  module  ) 
 

inserts all functions of the python module into history list


The documentation for this class was generated from the following file:
Generated on Sun May 2 20:02:58 2004 by doxygen 1.3.2