- setEnabled
QAction setEnabled(bool f)
Undocumented in source. Be warned that the author may not have intended to support it.
- setHotKey
QAction setHotKey(QtE.Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- setIcon
QAction setIcon(QIcon ico)
Undocumented in source. Be warned that the author may not have intended to support it.
- setIcon
QAction setIcon(string fileIco)
Undocumented in source. Be warned that the author may not have intended to support it.
- setText
QAction setText(T str)
Undocumented in source. Be warned that the author may not have intended to support it.
- setText
QAction setText(T str)
Undocumented in source. Be warned that the author may not have intended to support it.
- setToolTip
QAction setToolTip(T str)
Undocumented in source. Be warned that the author may not have intended to support it.
- setToolTip
QAction setToolTip(T str)
Undocumented in source. Be warned that the author may not have intended to support it.
- ConnectionType
enum ConnectionType
Undocumented in source.
- ~this
~this()
Undocumented in source.
- setNoDelete
void setNoDelete(bool f)
Undocumented in source. Be warned that the author may not have intended to support it.
- setQtObj
void setQtObj(QtObjH adr)
Undocumented in source. Be warned that the author may not have intended to support it.
- QtObj
QtObjH QtObj [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- aQtObj
void* aQtObj [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
QObject connect(void* obj1, char* ssignal, void* obj2, char* sslot, QObject.ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- connects
QObject connects(QObject obj1, string ssignal, QObject obj2, string sslot)
Undocumented in source. Be warned that the author may not have intended to support it.
- saveThis
void saveThis(void* adr)
Запомнить указатель на собственный экземпляр
- aThis
void* aThis [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
QAction - это класс выполнителей (действий). Объеденяют в себе различные формы вызовов: из меню, из горячих кнопок, их панели с кнопками и т.д. Реально представляет собой строку меню в вертикальном боксе.