API reference - Class QCompleterNotation used in Ruby API documentation Description: Binding of QCompleter Class hierarchy: QCompleter » QObject
Public constructors
Public methods
Public static methods and constants
Protected methods (static, non-static and constructors)
Detailed description[static] QCompleter_ModelSorting CaseInsensitivelySortedModelDescription: Enum constant QCompleter::CaseInsensitivelySortedModel [static] QCompleter_ModelSorting CaseSensitivelySortedModelDescription: Enum constant QCompleter::CaseSensitivelySortedModel [static] QCompleter_CompletionMode InlineCompletionDescription: Enum constant QCompleter::InlineCompletion [static] QCompleter_CompletionMode PopupCompletionDescription: Enum constant QCompleter::PopupCompletion [static] QCompleter_CompletionMode UnfilteredPopupCompletionDescription: Enum constant QCompleter::UnfilteredPopupCompletion [static] QCompleter_ModelSorting UnsortedModelDescription: Enum constant QCompleter::UnsortedModel [event] void activated(const QModelIndex index)Description: Signal declaration for QCompleter::activated(const QModelIndex &index) You can bind a procedure to this signal. [event] void activated_qs(string text)Description: Signal declaration for QCompleter::activated(const QString &text) You can bind a procedure to this signal. [const] Qt_CaseSensitivity caseSensitivityDescription: Method Qt::CaseSensitivity QCompleter::caseSensitivity() void caseSensitivity=(const Qt_CaseSensitivity caseSensitivity)Description: Method void QCompleter::setCaseSensitivity(Qt::CaseSensitivity caseSensitivity) [virtual] void childEvent(QChildEvent ptr arg1)Description: Virtual method void QCompleter::childEvent(QChildEvent *) This method can be reimplemented in a derived class. void complete(const QRect rect = QRect())Description: Method void QCompleter::complete(const QRect &rect) [const] int completionColumnDescription: Method int QCompleter::completionColumn() void completionColumn=(int column)Description: Method void QCompleter::setCompletionColumn(int column) [const] int completionCountDescription: Method int QCompleter::completionCount() [const] QCompleter_CompletionMode completionModeDescription: Method QCompleter::CompletionMode QCompleter::completionMode() void completionMode=(const QCompleter_CompletionMode mode)Description: Method void QCompleter::setCompletionMode(QCompleter::CompletionMode mode) [const] QAbstractItemModel ptr completionModelDescription: Method QAbstractItemModel *QCompleter::completionModel() [const] string completionPrefixDescription: Method QString QCompleter::completionPrefix() void completionPrefix=(string prefix)Description: Method void QCompleter::setCompletionPrefix(const QString &prefix) [const] int completionRoleDescription: Method int QCompleter::completionRole() void completionRole=(int role)Description: Method void QCompleter::setCompletionRole(int role) void createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. [const] string currentCompletionDescription: Method QString QCompleter::currentCompletion() [const] QModelIndex currentIndexDescription: Method QModelIndex QCompleter::currentIndex() [const] int currentRowDescription: Method int QCompleter::currentRow() bool currentRow=(int row)Description: Method bool QCompleter::setCurrentRow(int row) [virtual] void customEvent(QEvent ptr arg1)Description: Virtual method void QCompleter::customEvent(QEvent *) This method can be reimplemented in a derived class. void destroyDescription: Explicitly destroy the object Explicitly destroy the object on C++ side if it was owned by the Ruby interpreter. Subsequent access to this object will throw an exception. If the object is not owned by Ruby, this method will do nothing. [event] void destroyed(QObject ptr arg1)Description: Signal declaration for QCompleter::destroyed(QObject *) You can bind a procedure to this signal. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. [virtual] void disconnectNotify(string signal)Description: Virtual method void QCompleter::disconnectNotify(const char *signal) This method can be reimplemented in a derived class. [virtual] bool event(QEvent ptr arg1)Description: Virtual method bool QCompleter::event(QEvent *) This method can be reimplemented in a derived class. [virtual] bool eventFilter(QObject ptr o,QEvent ptr e)Description: Virtual method bool QCompleter::eventFilter(QObject *o, QEvent *e) This method can be reimplemented in a derived class. [event] void highlighted(const QModelIndex index)Description: Signal declaration for QCompleter::highlighted(const QModelIndex &index) You can bind a procedure to this signal. [event] void highlighted_qs(string text)Description: Signal declaration for QCompleter::highlighted(const QString &text) You can bind a procedure to this signal. [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. [const] int maxVisibleItemsDescription: Method int QCompleter::maxVisibleItems() void maxVisibleItems=(int maxItems)Description: Method void QCompleter::setMaxVisibleItems(int maxItems) [const] QAbstractItemModel ptr modelDescription: Method QAbstractItemModel *QCompleter::model() void model=(QAbstractItemModel ptr c)Description: Method void QCompleter::setModel(QAbstractItemModel *c) [const] QCompleter_ModelSorting modelSortingDescription: Method QCompleter::ModelSorting QCompleter::modelSorting() void modelSorting=(const QCompleter_ModelSorting sorting)Description: Method void QCompleter::setModelSorting(QCompleter::ModelSorting sorting) [static] new QCompleter new(QObject ptr parent = 0)Description: Constructor QCompleter::QCompleter(QObject *parent) This method creates an object of class QCompleter. [static] new QCompleter new(QAbstractItemModel ptr model,QObject ptr parent = 0)Description: Constructor QCompleter::QCompleter(QAbstractItemModel *model, QObject *parent) This method creates an object of class QCompleter. [static] new QCompleter new(string[] completions,QObject ptr parent = 0)Description: Constructor QCompleter::QCompleter(const QStringList &completions, QObject *parent) This method creates an object of class QCompleter. [virtual,const] string pathFromIndex(const QModelIndex index)Description: Virtual method QString QCompleter::pathFromIndex(const QModelIndex &index) This method can be reimplemented in a derived class. [const] QAbstractItemView ptr popupDescription: Method QAbstractItemView *QCompleter::popup() void popup=(QAbstractItemView ptr popup)Description: Method void QCompleter::setPopup(QAbstractItemView *popup) [const] int receivers(string signal)Description: Method int QCompleter::receivers(const char *signal) This method is protected and can only be called from inside a derived class. [const] QObject ptr senderDescription: Method QObject *QCompleter::sender() This method is protected and can only be called from inside a derived class. void setCaseSensitivity(const Qt_CaseSensitivity caseSensitivity)Description: Method void QCompleter::setCaseSensitivity(Qt::CaseSensitivity caseSensitivity) void setCompletionColumn(int column)Description: Method void QCompleter::setCompletionColumn(int column) void setCompletionMode(const QCompleter_CompletionMode mode)Description: Method void QCompleter::setCompletionMode(QCompleter::CompletionMode mode) void setCompletionPrefix(string prefix)Description: Method void QCompleter::setCompletionPrefix(const QString &prefix) void setCompletionRole(int role)Description: Method void QCompleter::setCompletionRole(int role) bool setCurrentRow(int row)Description: Method bool QCompleter::setCurrentRow(int row) void setMaxVisibleItems(int maxItems)Description: Method void QCompleter::setMaxVisibleItems(int maxItems) void setModel(QAbstractItemModel ptr c)Description: Method void QCompleter::setModel(QAbstractItemModel *c) void setModelSorting(const QCompleter_ModelSorting sorting)Description: Method void QCompleter::setModelSorting(QCompleter::ModelSorting sorting) void setPopup(QAbstractItemView ptr popup)Description: Method void QCompleter::setPopup(QAbstractItemView *popup) void setWidget(QWidget ptr widget)Description: Method void QCompleter::setWidget(QWidget *widget) void setWrapAround(bool wrap)Description: Method void QCompleter::setWrapAround(bool wrap) [virtual,const] string[] splitPath(string path)Description: Virtual method QStringList QCompleter::splitPath(const QString &path) This method can be reimplemented in a derived class. [static] QMetaObject staticMetaObjectDescription: Obtains the static MetaObject for this class. [virtual] void timerEvent(QTimerEvent ptr arg1)Description: Virtual method void QCompleter::timerEvent(QTimerEvent *) This method can be reimplemented in a derived class. [static] string tr(string s,string c = 0)Description: Static method QString QCompleter::tr(const char *s, const char *c) This method is static and can be called without an instance. [static] string tr(string s,string c,int n)Description: Static method QString QCompleter::tr(const char *s, const char *c, int n) This method is static and can be called without an instance. [static] string trUtf8(string s,string c = 0)Description: Static method QString QCompleter::trUtf8(const char *s, const char *c) This method is static and can be called without an instance. [static] string trUtf8(string s,string c,int n)Description: Static method QString QCompleter::trUtf8(const char *s, const char *c, int n) This method is static and can be called without an instance. [const] QWidget ptr widgetDescription: Method QWidget *QCompleter::widget() void widget=(QWidget ptr widget)Description: Method void QCompleter::setWidget(QWidget *widget) [const] bool wrapAroundDescription: Method bool QCompleter::wrapAround() void wrapAround=(bool wrap)Description: Method void QCompleter::setWrapAround(bool wrap) |