UNIVERS
15.3
UNIVERS base processing software API
|
#include <zqb_pixgrpmember.hpp>
Public Member Functions | |
ZqbPixGrpMember (ZqbPixGroup *pPixGroup) | |
virtual | ~ZqbPixGrpMember () |
ZqbPixGroup & | group () const |
void | setHint (ZqbSizeHint hint, int limitsize=0) |
void | setHintLimit (int limitsize) |
virtual int | getSize () const |
virtual int | getCoord () const |
virtual void | getCoords (int c[2]) const |
virtual bool | setCoords (int c[2]) |
virtual bool | setCoord (int c) |
virtual bool | setSize (int d) |
virtual ZqbSizeHint | getHint () const |
virtual int | getHintLimit () const |
virtual bool | isPlaced () const |
virtual void | setPlaced (bool bFlag) |
ZqbPixGrpMember (ZqbPixGroup *pPixGroup) | |
virtual | ~ZqbPixGrpMember () |
ZqbPixGroup & | group () const |
void | setHint (ZqbSizeHint hint, int limitsize=0) |
void | setHintLimit (int limitsize) |
virtual int | getSize () const |
virtual int | getCoord () const |
virtual void | getCoords (int c[2]) const |
virtual bool | setCoords (int c[2]) |
virtual bool | setCoord (int c) |
virtual bool | setSize (int d) |
virtual ZqbSizeHint | getHint () const |
virtual int | getHintLimit () const |
virtual bool | isPlaced () const |
virtual void | setPlaced (bool bFlag) |
Public Member Functions inherited from ZqbPixGrpControl | |
virtual | ~ZqbPixGrpControl () |
bool | isInside (int c) const |
virtual | ~ZqbPixGrpControl () |
bool | isInside (int c) const |
Protected Attributes | |
ZqbSizeHint | m_eHint |
int | m_iHintLimit |
ZqbPixGroup * | m_pPixGroup |
Friends | |
class | ZqbPixGroup |
Class for pixel group member object.
ZqbPixGrpMember::ZqbPixGrpMember | ( | ZqbPixGroup * | pPixGroup | ) |
Create default ZqbPixGrpMember with Z_SH_NO_LIMITS size hint and link to the group.
|
virtual |
Unlink from the group and destroy the object.
ZqbPixGrpMember::ZqbPixGrpMember | ( | ZqbPixGroup * | pPixGroup | ) |
Create default ZqbPixGrpMember with Z_SH_NO_LIMITS size hint and link to the group.
|
virtual |
Unlink from the group and destroy the object.
|
virtual |
Return screen location of the group.
Implements ZqbPixGrpControl.
|
virtual |
Return screen location of the group.
Implements ZqbPixGrpControl.
|
virtual |
Return coordinates of the group.
Implements ZqbPixGrpControl.
|
virtual |
Return coordinates of the group.
Implements ZqbPixGrpControl.
|
virtual |
Return size hint of the group member. This value emphasizes wish of exact object to its sizing policy.
Implements ZqbPixGrpControl.
|
virtual |
Return size hint of the group member. This value emphasizes wish of exact object to its sizing policy.
Implements ZqbPixGrpControl.
|
virtual |
Return hint limitation size of the group member (meaningful for Z_SH_MIN_SIZE and Z_SH_FIXED_SIZE hints).
Implements ZqbPixGrpControl.
|
virtual |
Return hint limitation size of the group member (meaningful for Z_SH_MIN_SIZE and Z_SH_FIXED_SIZE hints).
Implements ZqbPixGrpControl.
|
virtual |
Return screen size of the group.
Implements ZqbPixGrpControl.
|
virtual |
Return screen size of the group.
Implements ZqbPixGrpControl.
ZqbPixGroup& ZqbPixGrpMember::group | ( | ) | const |
Return reference to the group object.
ZqbPixGroup& ZqbPixGrpMember::group | ( | ) | const |
Return reference to the group object.
|
virtual |
Return true if the group is placed (has assigned coordinates by setCoords).
Implements ZqbPixGrpControl.
|
virtual |
Return true if the group is placed (has assigned coordinates by setCoords).
Implements ZqbPixGrpControl.
|
virtual |
Change screen location of the group. Return true if screen location was really changed and false otherwise.
Implements ZqbPixGrpControl.
|
virtual |
Change screen location of the group. Return true if screen location was really changed and false otherwise.
Implements ZqbPixGrpControl.
|
virtual |
Change screen location and size of group. Return true if coordinates were really changed and false otherwise.
Implements ZqbPixGrpControl.
|
virtual |
Change screen location and size of group. Return true if coordinates were really changed and false otherwise.
Implements ZqbPixGrpControl.
void ZqbPixGrpMember::setHint | ( | ZqbSizeHint | hint, |
int | limitsize = 0 |
||
) |
Set size hint of the group member. This value emphasizes wish of exact object to its sizing policy.
void ZqbPixGrpMember::setHint | ( | ZqbSizeHint | hint, |
int | limitsize = 0 |
||
) |
Set size hint of the group member. This value emphasizes wish of exact object to its sizing policy.
void ZqbPixGrpMember::setHintLimit | ( | int | limitsize | ) |
Set size hint of the group member. This value emphasizes wish of exact object to its sizing policy.
void ZqbPixGrpMember::setHintLimit | ( | int | limitsize | ) |
Set size hint of the group member. This value emphasizes wish of exact object to its sizing policy.
|
virtual |
Set or unset placed flag.
Implements ZqbPixGrpControl.
|
virtual |
Set or unset placed flag.
Implements ZqbPixGrpControl.
|
virtual |
Change screen size of the group. Return true if screen size was really changed and false otherwise.
Implements ZqbPixGrpControl.
|
virtual |
Change screen size of the group. Return true if screen size was really changed and false otherwise.
Implements ZqbPixGrpControl.
|
protected |
Group member size hint.
|
protected |
Group member size hint limitation value in pixels.
|
protected |
Reference to the group itself.