Source Code (Use browser search to find items of interest.)
Class Index
kword'PageBackground (./koffice/kword/filters/mif/treebuild_page.h:89)
class PageBackground
{
public:
PageBackground( const char* );
private:
QString _value;
};
kword'PageBackground::PageBackground() (./koffice/kword/filters/mif/treebuild_page.cpp:153)
PageBackground::PageBackground(char const * value)
{
_value = value;
}