ChartWindow
fWindow = new ChartWindow(BRect(120, 150, 965, 591),
ChartWindow *fWindow;
ChartWindow *window = dynamic_cast<ChartWindow *>(Window());
ChartWindow *window = dynamic_cast<ChartWindow *>(Window());
ChartWindow::ScreenChanged(BRect screen_size, color_space depth)
ChartWindow::FrameResized(float new_width, float new_height)
ChartWindow::GetAppWindow(const char *name)
ChartWindow::ButtonPicture(bool active, int32 button_type)
ChartWindow::OpenColorPalette(BPoint here)
ChartWindow::OpenStarDensity(BPoint here)
ChartWindow::OpenRefresh(BPoint here)
ChartWindow::DrawInstantLoad(float frame_per_second)
ChartWindow::PrintStatNumbers(float fps)
ChartWindow::InitGeometry()
ChartWindow::ChangeSetting(setting new_set)
ChartWindow::InitStars(int32 space_model)
ChartWindow::FillStarList(star *list, int32 count)
ChartWindow::InitSpecials(int32 code)
ChartWindow::SetStarColors(int32 *color_list, int32 color_count)
ChartWindow::SetGeometry(int32 dh, int32 dv)
ChartWindow::SetColorSpace(buffer *buf, color_space depth)
ChartWindow::SetPatternBits(buffer *buf)
ChartWindow::Animation(void *data)
ChartWindow *w;
w = (ChartWindow*)data;
ChartWindow::Animation2(void *data)
ChartWindow *w = (ChartWindow*)data;
ChartWindow::SetCubeOffset()
ChartWindow::CameraAnimation(float time_factor)
ChartWindow::SelectNewTarget()
ChartWindow::FollowTarget()
ChartWindow::AnimSpecials(float time_step)
ChartWindow::SyncGeo()
ChartWindow::RefreshStars(buffer *buf, float time_step)
ChartWindow::CheckBitmap(color_space depth, int32 width, int32 height)
ChartWindow::SetBitmapClipping(int32 width, int32 height)
ChartWindow::SetBitmapBackGround()
ChartWindow::DirectConnected(direct_buffer_info *info)
ChartWindow::SwitchContext(direct_buffer_info *info)
ChartWindow::setting::Set(setting *master)
ChartWindow::CrcStep()
ChartWindow::ChartWindow(BRect frame, const char *name)
fAnimationThread = spawn_thread(ChartWindow::Animation, "chart animation",
fSecondAnimationThread = spawn_thread(ChartWindow::Animation2, "chart animation2",
ChartWindow::~ChartWindow()
ChartWindow::QuitRequested()
ChartWindow::MessageReceived(BMessage *message)
class ChartWindow : public BDirectWindow {
ChartWindow(BRect frame, const char *name);
virtual ~ChartWindow();