thumb.pkg

来自「cegui界面库」· PKG 代码 · 共 23 行

PKG
23
字号
/***********************************************************************
	Thumb
***********************************************************************/
class Thumb : public PushButton
{
	bool isHotTracked() const;
	bool isVertFree() const;
	bool isHorzFree() const;

	void setHotTracked(bool setting);
	void setVertFree(bool setting);
	void setHorzFree(bool setting);


	// we have a helper function that converts the std::pair to two return values tolua++ style
	tolua_outside void ceguiLua_Thumb_getVertRange @ getVertRange(float* min=0, float* max=0);
	tolua_outside void ceguiLua_Thumb_getHorzRange @ getHorzRange(float* min=0, float* max=0);


	void setVertRange(float min, float max);
	void setHorzRange(float min, float max);
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?