, including all inherited members.
clearBuffer(BufferedCategory ID) | DrawBufferClass | |
DrawBufferClass() | DrawBufferClass | |
drawBufferedBox(BWAPI::CoordinateType::Enum ctype, int left, int top, int right, int bottom, int frameTime, BWAPI::Color color=BWAPI::Colors::Green, bool isSolid=false, BufferedCategory ID=BufferedCategory::Default) | DrawBufferClass | |
drawBufferedCircle(BWAPI::CoordinateType::Enum ctype, int x, int y, int radius, int frameTime, BWAPI::Color color=BWAPI::Colors::Green, bool isSolid=false, BufferedCategory ID=BufferedCategory::Default) | DrawBufferClass | |
drawBufferedDot(BWAPI::CoordinateType::Enum ctype, int x, int y, int frameTime, BWAPI::Color color=BWAPI::Colors::Green, BufferedCategory ID=BufferedCategory::Default) | DrawBufferClass | |
drawBufferedEllipse(BWAPI::CoordinateType::Enum ctype, int x, int y, int radiusX, int radiusY, int frameTime, BWAPI::Color color=BWAPI::Colors::Green, bool isSolid=false, BufferedCategory ID=BufferedCategory::Default) | DrawBufferClass | |
drawBufferedLine(BWAPI::CoordinateType::Enum ctype, int x1, int y1, int x2, int y2, int frameTime, BWAPI::Color color=BWAPI::Colors::Green, BufferedCategory ID=BufferedCategory::Default) | DrawBufferClass | |
drawBufferedText(BWAPI::CoordinateType::Enum ctype, int x, int y, std::string text, int frameTime, BufferedCategory ID=BufferedCategory::Default) | DrawBufferClass | |
drawBufferedTriangle(BWAPI::CoordinateType::Enum ctype, int x1, int y1, int x2, int y2, int x3, int y3, int frameTime, BWAPI::Color color=BWAPI::Colors::Green, bool isSolid=false, BufferedCategory ID=BufferedCategory::Default) | DrawBufferClass | |
m_BufferedItems | DrawBufferClass | [private] |
update() | DrawBufferClass | |