Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

otk::Button Member List

This is the complete list of members for otk::Button, including all inherited members.
_bcolorotk::Widget [protected]
_bevel_widthotk::Widget [protected]
_bg_pixelotk::Widget [protected]
_bg_pixmapotk::Widget [protected]
_bwidthotk::Widget [protected]
_childrenotk::Widget [protected]
_cursorotk::Widget [protected]
_directionotk::Widget [protected]
_dirtyotk::Widget [protected]
_event_dispatcherotk::Widget [protected]
_fixed_heightotk::Widget [protected]
_fixed_widthotk::Widget [protected]
_focusedotk::Widget [protected]
_grabbed_keyboardotk::Widget [protected]
_grabbed_mouseotk::Widget [protected]
_ignore_configotk::Widget [protected]
_mouse_buttonotk::Button [private]
_parentotk::Widget [protected]
_pressedotk::Button [private]
_pressed_focus_txotk::Button [private]
_pressed_unfocus_txotk::Button [private]
_rectotk::Widget [protected]
_screenotk::Widget [protected]
_stretchable_horzotk::Widget [protected]
_stretchable_vertotk::Widget [protected]
_styleotk::Widget [protected]
_surfaceotk::Widget [protected]
_textureotk::Widget [protected]
_unpr_focus_txotk::Button [private]
_unpr_unfocus_txotk::Button [private]
_visibleotk::Widget [protected]
_windowotk::Widget [protected]
addChild(Widget *child, bool front=false)otk::Widget [virtual]
adjust(void)otk::Widget [protected, virtual]
adjustHorz(void)otk::Widget [protected, virtual]
adjustVert(void)otk::Widget [protected, virtual]
bevelWidth(void) constotk::Widget [inline]
borderColor(void) constotk::Widget [inline]
borderWidth(void) constotk::Widget [inline]
Button(Widget *parent)otk::Button
buttonPressHandler(const XButtonEvent &e)otk::Button [virtual]
buttonReleaseHandler(const XButtonEvent &e)otk::Button [virtual]
children(void) constotk::Widget [inline]
circulateHandler(const XCirculateEvent &)otk::EventHandler [inline, virtual]
circulateRequestHandler(const XCirculateRequestEvent &)otk::EventHandler [inline, virtual]
clientMessageHandler(const XClientMessageEvent &)otk::EventHandler [virtual]
colorMapHandler(const XColormapEvent &)otk::EventHandler [inline, virtual]
configureHandler(const XConfigureEvent &e)otk::Widget [virtual]
configureRequestHandler(const XConfigureRequestEvent &)otk::EventHandler [inline, virtual]
create(bool override_redirect=false)otk::Widget [protected, virtual]
createHandler(const XCreateWindowEvent &)otk::EventHandler [inline, virtual]
cursor(void) constotk::Widget [inline]
destroyHandler(const XDestroyWindowEvent &)otk::EventHandler [inline, virtual]
direction(void) constotk::Widget [inline]
Direction enum nameotk::Widget
enterHandler(const XCrossingEvent &)otk::EventHandler [inline, virtual]
eventDispatcher(void)otk::Widget [inline]
EventHandler()otk::EventHandler [protected]
exposeHandler(const XExposeEvent &e)otk::Widget [virtual]
fitSize(int w, int h)otk::FocusLabel
fitString(const std::string &str)otk::FocusLabel
focus(void)otk::FocusWidget [virtual]
focusHandler(const XFocusChangeEvent &)otk::EventHandler [inline, virtual]
FocusLabel(Widget *parent)otk::FocusLabel
FocusWidget(Widget *parent, Direction=Horizontal)otk::FocusWidget
getPressedFocusTexture(void) constotk::Button [inline]
getPressedUnfocusTexture(void) constotk::Button [inline]
getText(void) constotk::FocusLabel [inline]
getUnfocusBorderColor(void) constotk::FocusWidget [inline]
getUnfocusTexture(void) constotk::FocusWidget [inline]
grabKeyboard(void)otk::Widget
grabMouse(void)otk::Widget
graphicsExposeHandler(const XGraphicsExposeEvent &)otk::EventHandler [inline, virtual]
gravityHandler(const XGravityEvent &)otk::EventHandler [inline, virtual]
handle(const XEvent &e)otk::EventHandler [virtual]
hasGrabbedKeyboard(void) constotk::Widget [inline]
hasGrabbedMouse(void) constotk::Widget [inline]
height() constotk::Widget [inline, virtual]
hide(bool recursive=false)otk::Widget [virtual]
Horizontal enum valueotk::Widget
internalResize(int width, int height)otk::Widget [protected, virtual]
isFocused(void) constotk::FocusWidget [inline]
isPressed(void) constotk::Button [inline]
isStretchableHorz(void) constotk::Widget [inline]
isStretchableVert(void) constotk::Widget [inline]
isUnfocused(void) constotk::FocusWidget [inline]
isVisible(void) constotk::Widget [inline]
keyPressHandler(const XKeyEvent &)otk::EventHandler [inline, virtual]
keyReleaseHandler(const XKeyEvent &)otk::EventHandler [inline, virtual]
leaveHandler(const XCrossingEvent &)otk::EventHandler [inline, virtual]
mapHandler(const XMapEvent &)otk::EventHandler [inline, virtual]
mappingHandler(const XMappingEvent &)otk::EventHandler [inline, virtual]
mapRequestHandler(const XMapRequestEvent &)otk::EventHandler [inline, virtual]
motionHandler(const XMotionEvent &)otk::EventHandler [inline, virtual]
move(const Point &to)otk::Widget
move(int x, int y)otk::Widget
noExposeEventHandler(const XNoExposeEvent &)otk::EventHandler [inline, virtual]
parent(void) constotk::Widget [inline]
press(unsigned int mouse_button)otk::Button
propertyHandler(const XPropertyEvent &)otk::EventHandler [inline, virtual]
rect(void) constotk::Widget [inline]
release(unsigned int mouse_button)otk::Button
removeChild(Widget *child)otk::Widget [virtual]
render(void)otk::Widget [protected, virtual]
renderForeground()otk::FocusLabel [virtual]
reparentHandler(const XReparentEvent &)otk::EventHandler [inline, virtual]
resize(const Point &to)otk::Widget [virtual]
resize(int x, int y)otk::Widget [virtual]
resizeRequestHandler(const XResizeRequestEvent &)otk::EventHandler [inline, virtual]
screen(void) constotk::Widget [inline]
selectionClearHandler(const XSelectionClearEvent &)otk::EventHandler [inline, virtual]
selectionHandler(const XSelectionEvent &)otk::EventHandler [inline, virtual]
selectionRequestHandler(const XSelectionRequestEvent &)otk::EventHandler [inline, virtual]
setBevelWidth(int bevel_width)otk::Widget [inline]
setBorderColor(const RenderColor *color)otk::FocusWidget [virtual]
setBorderWidth(int width)otk::Widget [inline]
setCursor(Cursor cursor)otk::Widget [inline]
setDirection(Direction dir)otk::Widget [inline]
setEventDispatcher(EventDispatcher *disp)otk::Widget
setGeometry(const Rect &new_geom)otk::Widget [virtual]
setGeometry(const Point &topleft, int width, int height)otk::Widget [virtual]
setGeometry(int x, int y, int width, int height)otk::Widget [virtual]
setHeight(int)otk::Widget [virtual]
setPressedFocusTexture(RenderTexture *texture)otk::Button [inline]
setPressedUnfocusTexture(RenderTexture *texture)otk::Button [inline]
setStretchableHorz(bool s_horz=true)otk::Widget [inline]
setStretchableVert(bool s_vert=true)otk::Widget [inline]
setStyle(RenderStyle *style)otk::Button [virtual]
setText(const ustring &text)otk::FocusLabel [inline]
setTexture(RenderTexture *texture)otk::Button [virtual]
setUnfocusBorderColor(const RenderColor *color)otk::FocusWidget [inline]
setUnfocusTexture(RenderTexture *texture)otk::Button
setWidth(int)otk::Widget [virtual]
shapeHandler(const XShapeEvent &)otk::EventHandler [inline, virtual]
show(bool recursive=false)otk::Widget [virtual]
style(void) constotk::Widget [inline]
texture(void) constotk::Widget [inline]
unfocus(void)otk::FocusWidget [virtual]
unfocusHandler(const XFocusChangeEvent &)otk::EventHandler [inline, virtual]
ungrabKeyboard(void)otk::Widget
ungrabMouse(void)otk::Widget
unmapHandler(const XUnmapEvent &)otk::EventHandler [inline, virtual]
update()otk::FocusLabel [virtual]
Vertical enum valueotk::Widget
visibilityHandler(const XVisibilityEvent &)otk::EventHandler [inline, virtual]
Widget(Widget *parent, Direction=Horizontal)otk::Widget
Widget(EventDispatcher *event_dispatcher, RenderStyle *style, Direction direction=Horizontal, Cursor cursor=0, int bevel_width=1, bool override_redirect=false)otk::Widget
WidgetList typedefotk::Widget
width() constotk::Widget [inline, virtual]
window(void) constotk::Widget [inline]
xkbHandler(const XkbEvent &)otk::EventHandler [inline, virtual]
~Button()otk::Button
~EventHandler()otk::EventHandler [virtual]
~FocusLabel()otk::FocusLabel
~FocusWidget()otk::FocusWidget [virtual]
~Widget()otk::Widget [virtual]

Generated on Tue Feb 4 23:00:24 2003 for Openbox by doxygen1.3-rc2