Chemical Data Processing Library C++ API - Version 1.1.1
|
This is the complete list of members for CDPL::Vis::Font, including all inherited members.
Font() | CDPL::Vis::Font | |
Font(const std::string &family, double size=12.0, bool bold=false, bool italic=false) | CDPL::Vis::Font | |
getFamily() const | CDPL::Vis::Font | |
getSize() const | CDPL::Vis::Font | |
hasFixedPitch() const | CDPL::Vis::Font | |
isBold() const | CDPL::Vis::Font | |
isItalic() const | CDPL::Vis::Font | |
isOverlined() const | CDPL::Vis::Font | |
isStrikedOut() const | CDPL::Vis::Font | |
isUnderlined() const | CDPL::Vis::Font | |
operator!=(const Font &font) const | CDPL::Vis::Font | |
operator==(const Font &font) const | CDPL::Vis::Font | |
setBold(bool flag) | CDPL::Vis::Font | |
setFamily(const std::string &family) | CDPL::Vis::Font | |
setFixedPitch(bool flag) | CDPL::Vis::Font | |
setItalic(bool flag) | CDPL::Vis::Font | |
setOverlined(bool flag) | CDPL::Vis::Font | |
setSize(double size) | CDPL::Vis::Font | |
setStrikedOut(bool flag) | CDPL::Vis::Font | |
setUnderlined(bool flag) | CDPL::Vis::Font |