UNIVERS
15.3
UNIVERS base processing software API
|
#include <zqb_pixgrpcontrol.hpp>
Public Member Functions | |
virtual | ~ZqbPixGrpControl () |
virtual int | getSize () const =0 |
virtual int | getCoord () const =0 |
virtual void | getCoords (int c[2]) const =0 |
bool | isInside (int c) const |
virtual bool | setCoords (int c[2])=0 |
virtual bool | setCoord (int c)=0 |
virtual bool | setSize (int d)=0 |
virtual ZqbSizeHint | getHint () const =0 |
virtual int | getHintLimit () const =0 |
virtual bool | isPlaced () const =0 |
virtual void | setPlaced (bool bFlag)=0 |
virtual | ~ZqbPixGrpControl () |
virtual int | getSize () const =0 |
virtual int | getCoord () const =0 |
virtual void | getCoords (int c[2]) const =0 |
bool | isInside (int c) const |
virtual bool | setCoords (int c[2])=0 |
virtual bool | setCoord (int c)=0 |
virtual bool | setSize (int d)=0 |
virtual ZqbSizeHint | getHint () const =0 |
virtual int | getHintLimit () const =0 |
virtual bool | isPlaced () const =0 |
virtual void | setPlaced (bool bFlag)=0 |
Abstract object for pixel group control operations. Common part both for ZqbPixGrpMember and ZqbPixGroup.
|
virtual |
Destructor
|
virtual |
Destructor
|
pure virtual |
Return screen location of the group.
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
pure virtual |
Return screen location of the group.
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
pure virtual |
Return coordinates of the group.
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
pure virtual |
Return coordinates of the group.
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
pure virtual |
Return size hint of the group or group member. This value emphasizes wish of exact object to its sizing policy.
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
pure virtual |
Return size hint of the group or group member. This value emphasizes wish of exact object to its sizing policy.
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
pure virtual |
Return hint limitation size of the group or group member (meaningful for Z_SH_MIN_SIZE and Z_SH_FIXED_SIZE hints).
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
pure virtual |
Return hint limitation size of the group or group member (meaningful for Z_SH_MIN_SIZE and Z_SH_FIXED_SIZE hints).
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
pure virtual |
Return screen size of the group.
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
pure virtual |
Return screen size of the group.
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
inline |
Return true if the coordinate inside given pixel group and false otherwise.
|
inline |
Return true if the coordinate inside given pixel group and false otherwise.
|
pure virtual |
Return true if the group is placed (has assigned coordinates by setCoords).
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
pure virtual |
Return true if the group is placed (has assigned coordinates by setCoords).
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
pure virtual |
Change screen location of the group. Return true if screen location was really changed and false otherwise.
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
pure virtual |
Change screen location of the group. Return true if screen location was really changed and false otherwise.
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
pure virtual |
Change screen location and size of group. Return true if coordinates were really changed and false otherwise.
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
pure virtual |
Change screen location and size of group. Return true if coordinates were really changed and false otherwise.
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
pure virtual |
Set or unset placed flag.
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
pure virtual |
Set or unset placed flag.
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
pure virtual |
Change screen size of the group. Return true if screen size was really changed and false otherwise.
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.
|
pure virtual |
Change screen size of the group. Return true if screen size was really changed and false otherwise.
Implemented in ZqbPixGrpMember, ZqbPixGrpMember, ZqbPixGroup, and ZqbPixGroup.