Class hierarchy Compound list Compound Members
Component Member List
This is the complete list of members for Component, including all inherited members.
- add(World_Object* O)
- arrange()
- clear()
- Component(int ContainerOnly=0)
- createInsets()
- disable()
- dump(ostream& os, int indent)
- enable()
- getBackColor()
- getBottom()
- getComponent(int x, int y)
- getDimension()
- getFrontColor()
- getHeight()
- getInsets()
- getMinimumSize()
- getPreferredSize()
- getRight()
- getSize()
- getWidth()
- getX()
- getY()
- gotFocus()
- hasFocus()
- invalidate(int Recursive=0)
- isEnabled()
- isInside(int x, int y)
- isInside(Vector2D& P)
- isValid()
- isVisible()
- keyDown(int Key, int Flags)
- keyUp(int Key, int Flags)
- lostFocus()
- mouseDown(int x, int y, int Flags)
- mouseDrag(int x, int y, int Flags)
- mouseEnter(int x, int y, int Flags)
- mouseExit(int x, int y, int Flags)
- mouseMove(int x, int y, int Flags)
- mouseUp(int x, int y, int Flags)
- objects()
- pack()
- redraw()
- relocate(int dx, int dy)
- relocate(Vector2D& d)
- render(View& view)
- requestFocus(Component* Son=NULL)
- revObjects()
- setBackColor(TColor Color, int Recursive=0)
- setDimension(Vector2D& D)
- setDimension(int Width, int Height)
- setFrontColor(TColor Color, int Recursive=0)
- setLayout(LayoutManager* P)
- setMinimumSize(Vector2D& S)
- setPosition(int x, int y)
- setPosition(Vector2D& P)
- setPreferredSize(Vector2D& S)
- setVisible(int Visible)
- validate()