📄 imagerysection.pkg
字号:
/******************************************************************************
ImagerySection
******************************************************************************/
class ImagerySection
{
void render(Window& srcWindow, float base_z, const ColourRect* modColours = 0, const Rect* clipper = 0, bool clipToDisplay = false) const;
void render(Window& srcWindow, const Rect& baseRect, float base_z, const ColourRect* modColours = 0, const Rect* clipper = 0, bool clipToDisplay = false) const;
void addImageryComponent(const ImageryComponent& img);
void clearImageryComponents();
void addTextComponent(const TextComponent& text);
void clearTextComponents();
void clearFrameComponents();
void addFrameComponent(const FrameComponent& frame);
const ColourRect& getMasterColours() const;
void setMasterColours(const ColourRect& cols);
string getName() const;
void setMasterColoursPropertySource(string property);
void setMasterColoursPropertyIsColourRect(bool setting = true);
Rect getBoundingRect(const Window& wnd) const;
Rect getBoundingRect(const Window& wnd, const Rect& rect) const;
//void writeXMLToStream(OutStream& out_stream) const;
ImagerySection();
ImagerySection(string name);
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -