Symbol: _ICON_NAMESPACE
src/apps/icon-o-matic/document/Document.cpp
30
fIcon(new (nothrow) _ICON_NAMESPACE Icon()),
src/apps/icon-o-matic/document/Document.cpp
87
Document::SetIcon(_ICON_NAMESPACE Icon* icon)
src/apps/icon-o-matic/document/Document.h
52
void SetIcon(_ICON_NAMESPACE Icon* icon);
src/apps/icon-o-matic/document/Document.h
53
inline _ICON_NAMESPACE Icon* Icon() const
src/apps/icon-o-matic/document/Document.h
61
_ICON_NAMESPACE Icon* fIcon;
src/apps/icon-o-matic/gui/GradientControl.h
57
void SetGradient(const _ICON_NAMESPACE Gradient*
src/apps/icon-o-matic/gui/GradientControl.h
59
_ICON_NAMESPACE Gradient* Gradient() const
src/apps/icon-o-matic/gui/GradientControl.h
77
_ICON_NAMESPACE Gradient* fGradient;
src/libs/icon/IconRenderer.h
77
const _ICON_NAMESPACE GammaTable& GammaTable() const
src/libs/icon/IconRenderer.h
98
_ICON_NAMESPACE GammaTable fGammaTable;
src/libs/icon/shape/PathSourceShape.h
28
class PathSourceShape : public _ICON_NAMESPACE Shape {
src/libs/icon/shape/PathSourceShape.h
34
PathSourceShape(_ICON_NAMESPACE Style* style);
src/libs/icon/shape/PathSourceShape.h
56
void SetStyle(_ICON_NAMESPACE Style* style)
src/libs/icon/shape/PathSourceShape.h
58
inline _ICON_NAMESPACE Style* Style() const
src/libs/icon/shape/ReferenceImage.cpp
28
: Shape(new (nothrow) _ICON_NAMESPACE Style()),
src/libs/icon/shape/ReferenceImage.cpp
53
: Shape(new (nothrow) _ICON_NAMESPACE Style()),
src/libs/icon/shape/ReferenceImage.cpp
73
: Shape(new (nothrow) _ICON_NAMESPACE Style()),
src/libs/icon/shape/ReferenceImage.h
31
class ReferenceImage : public _ICON_NAMESPACE Shape {
src/libs/icon/shape/Shape.h
112
inline _ICON_NAMESPACE Style* Style() const
src/libs/icon/shape/Shape.h
119
_ICON_NAMESPACE VertexSource& VertexSource();
src/libs/icon/shape/Shape.h
133
void _NotifyStyleChanged(_ICON_NAMESPACE Style* oldStyle,
src/libs/icon/shape/Shape.h
134
_ICON_NAMESPACE Style* newStyle) const;
src/libs/icon/shape/Shape.h
140
void SetStyle(_ICON_NAMESPACE Style* style);
src/libs/icon/shape/Shape.h
144
_ICON_NAMESPACE Style* fStyle;
src/libs/icon/shape/Shape.h
50
public _ICON_NAMESPACE Transformable,
src/libs/icon/shape/Shape.h
56
class Shape : public _ICON_NAMESPACE Transformable,
src/libs/icon/shape/Shape.h
61
Shape(_ICON_NAMESPACE Style* style);
src/libs/icon/style/Style.h
102
_ICON_NAMESPACE Gradient* fGradient;
src/libs/icon/style/Style.h
75
void SetGradient(const _ICON_NAMESPACE Gradient*
src/libs/icon/style/Style.h
77
_ICON_NAMESPACE Gradient* Gradient() const