|
|
| KActionCollection ( QObject *parent = 0, const char *name = 0, KInstance *instance = 0 )
| KActionCollection |
| KActionCollection ( const KActionCollection © )
| KActionCollection |
| ~KActionCollection ()
| ~KActionCollection |
[virtual]
| void insert ( KAction* )
| insert |
[virtual]
| void remove ( KAction* )
| remove |
[virtual]
| KAction* take ( KAction* )
| take |
[virtual]
| KAction* action ( int index )
| action |
[const virtual]
| uint count ()
| count |
[const virtual]
| bool isEmpty ()
| isEmpty |
[const]
| KAction* action ( const char* name, const char* classname = 0 )
| action |
[const virtual]
| QStringList groups ()
| groups |
[const virtual]
| QValueList<KAction*> actions ( const QString& group )
| actions |
[const virtual]
| QValueList<KAction*> actions ()
| actions |
[const virtual]
| KActionCollection operator+ (const KActionCollection& )
| operator+ |
[const]
| KActionCollection& operator= (const KActionCollection& )
| operator= |
| KActionCollection& operator+= (const KActionCollection& )
| operator+= |
| void setKeyMap ( const KKeyEntryMap& map )
| setKeyMap |
[virtual]
| KKeyEntryMap& keyMap ()
| keyMap |
[virtual]
| void setInstance ( KInstance *instance )
| setInstance |
| KInstance * instance ()
| instance |
[const]
| void setHighlightingEnabled ( bool enable )
| setHighlightingEnabled |
| bool highlightingEnabled ()
| highlightingEnabled |
[const]
| void connectHighlight ( QWidget *container, KAction *action )
| connectHighlight |
| void disconnectHighlight ( QWidget *container, KAction *action )
| disconnectHighlight |
| void inserted ( KAction* )
| inserted |
[signal]
| void removed ( KAction* )
| removed |
[signal]
| void actionHighlighted ( KAction *action )
| actionHighlighted |
[signal]
| void actionHighlighted ( KAction *action, bool highlight )
| actionHighlighted |
[signal]
| void actionStatusText ( const QString &text )
| actionStatusText |
[signal]
| void clearStatusText ()
| clearStatusText |
[signal]
| void childEvent ( QChildEvent * )
| childEvent |
[protected virtual]
Reimplemented from QObject.
| Generated by: root@powerpc.ports.openbsd.org on Tue Apr 24 23:00:14 2001, using kdoc 2.0a53. |