#include <frame.h>
Public Member Functions | |
Frame (QWidget *parent=NULL, const char *name=NULL) | |
~Frame () | |
void | setTitlePalette (QPalette) |
void | setLeftPalette (QPalette) |
void | setRightPalette (QPalette) |
void | setBottomPalette (QPalette) |
void | setGripPalette (QPalette) |
void | setTitleHeight (int) |
void | setLeftWidth (int n) |
void | setRightWidth (int n) |
void | setBottomHeight (int n) |
void | setGripWidth (int n) |
Private Member Functions | |
void | newGeometry () |
Private Attributes | |
int | titleHeight |
int | leftWidth |
int | rightWidth |
int | bottomHeight |
int | gripWidth |
QFrame * | titleBorder |
QFrame * | leftBorder |
QFrame * | rightBorder |
QFrame * | bottomBorder |
QFrame * | leftGrip |
QFrame * | rightGrip |
|
The c'tor constructs the border frames and sets some defaults that are necessary to make an initial picture. Here is the call graph for this function: |
|
|
|
|
|
Here is the call graph for this function: |
|
|
|
|
|
Here is the call graph for this function: |
|
|
|
Here is the call graph for this function: |
|
|
|
Here is the call graph for this function: |
|
Here is the call graph for this function: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|