|
| ||||||||||||
A toolbar item. Used internally by KToolBar, use KToolBar methods instead.
| enum ItemType {Lined = 0, Button, Combo, Frame, Toggle, AnyWidget, Separator } | ItemType |
| KToolBarItem (Item *_item, ItemType _type, int _id, bool _myItem=true)
| KToolBarItem |
| ~KToolBarItem ()
| ~KToolBarItem |
| ItemType itemType ()
| itemType |
[const]
| void resize (int w, int h)
| resize |
| void move (int x, int y)
| move |
| void show ()
| show |
| void hide ()
| hide |
| void setEnabled (bool enable)
| setEnabled |
| bool isEnabled ()
| isEnabled |
| int ID ()
| ID |
| bool isRight ()
| isRight |
[const]
| void alignRight (bool flag)
| alignRight |
| void autoSize (bool flag)
| autoSize |
| bool isAuto ()
| isAuto |
[const]
| int width ()
| width |
[const]
| int height ()
| height |
[const]
| int x ()
| x |
[const]
| int y ()
| y |
[const]
| int winId ()
| winId |
| Item * getItem ()
| getItem |
| Generated by: dfaure on Tue Feb 27 12:46:33 2001, using kdoc 2.0a50. |