Egrome
 
载入中...
搜索中...
未找到
App类 参考final

应用程序类 更多...

#include <App.h>

类 App 继承关系图:
Object

Public 成员函数

 App (Block *root, int flags=Default)
 构造函数
 
void run ()
 事件循环
 
- Public 成员函数 继承自 Object
 Object () noexcept
 构造函数
 
virtual ~Object () noexcept
 析构函数
 

静态 Public 成员函数

static void quit (int code)
 
static float getFps ()
 获取当前实际帧率
 
static void setFps (int fps)
 设置目标帧率
 
static int getSetFps ()
 获取设置的目标帧率
 
static void setTitle (const String &title)
 设置窗口标题
 

静态 Public 属性

static Signal< void()> windowCreated
 
static Signal< void()> windowClose
 

详细描述

应用程序类

构造及析构函数说明

◆ App()

App::App ( Block * root,
int flags = Default )

构造函数

参数
rootBlock对象树的根节点
flags程序初始化标志

成员函数说明

◆ getFps()

float App::getFps ( )
static

获取当前实际帧率

返回
实际帧率

◆ getSetFps()

int App::getSetFps ( )
static

获取设置的目标帧率

返回
目标帧率

◆ setFps()

void App::setFps ( int fps)
static

设置目标帧率

参数
fps目标帧率

◆ setTitle()

void App::setTitle ( const String & title)
static

设置窗口标题

参数
title窗口标题

该类的文档由以下文件生成: