The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Private Attributes | List of all members
gui2::dialogs::lua_interpreter::view Class Reference

Public Member Functions

 view ()
 
void bind (window &window)
 Bind the scroll label widget to my pointer, and configure. More...
 
void update_contents (const std::string &str)
 Update the scroll label contents. More...
 
void pg_up ()
 
void pg_down ()
 

Private Attributes

scroll_labelmsg_label
 
windowwindow_
 

Detailed Description

Definition at line 63 of file lua_interpreter.cpp.

Constructor & Destructor Documentation

◆ view()

gui2::dialogs::lua_interpreter::view::view ( )
inline

Definition at line 69 of file lua_interpreter.cpp.

Member Function Documentation

◆ bind()

void gui2::dialogs::lua_interpreter::view::bind ( window window)
inline

◆ pg_down()

void gui2::dialogs::lua_interpreter::view::pg_down ( )
inline

◆ pg_up()

void gui2::dialogs::lua_interpreter::view::pg_up ( )
inline

◆ update_contents()

void gui2::dialogs::lua_interpreter::view::update_contents ( const std::string &  str)
inline

Member Data Documentation

◆ msg_label

scroll_label* gui2::dialogs::lua_interpreter::view::msg_label
private

Definition at line 65 of file lua_interpreter.cpp.

◆ window_

window* gui2::dialogs::lua_interpreter::view::window_
private

Definition at line 66 of file lua_interpreter.cpp.


The documentation for this class was generated from the following file: