QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RCommandLine Class Reference

#include <RCommandLine.h>

List of all members.

Signals

void clearHistory ()
void commandConfirmed (const QString &command)
void completeCommand (const QString &command)

Public Member Functions

QString getLastCommand ()
 RCommandLine (QWidget *parent=0)

Protected Member Functions

virtual bool event (QEvent *event)
virtual void keyPressEvent (QKeyEvent *event)

Private Attributes

QStringList history
QStringList::iterator it

Detailed Description

Scriptable:
This class is wrapped for script environments.

Constructor & Destructor Documentation

RCommandLine::RCommandLine ( QWidget *  parent = 0)

Member Function Documentation

void RCommandLine::clearHistory ( )
signal
void RCommandLine::commandConfirmed ( const QString &  command)
signal
void RCommandLine::completeCommand ( const QString &  command)
signal
bool RCommandLine::event ( QEvent *  event)
protectedvirtual
QString RCommandLine::getLastCommand ( )
void RCommandLine::keyPressEvent ( QKeyEvent *  event)
protectedvirtual

Member Data Documentation

QStringList RCommandLine::history
private
QStringList::iterator RCommandLine::it
private

The documentation for this class was generated from the following files: