Chemical Data Processing Library C++ API - Version 1.1.1
CDPL::Vis::Font Member List

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() constCDPL::Vis::Font
getSize() constCDPL::Vis::Font
hasFixedPitch() constCDPL::Vis::Font
isBold() constCDPL::Vis::Font
isItalic() constCDPL::Vis::Font
isOverlined() constCDPL::Vis::Font
isStrikedOut() constCDPL::Vis::Font
isUnderlined() constCDPL::Vis::Font
operator!=(const Font &font) constCDPL::Vis::Font
operator==(const Font &font) constCDPL::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