Freeciv-3.2
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes
values_dlg Class Reference

#include <values_dlg.h>

+ Inheritance diagram for values_dlg:

Public Member Functions

 values_dlg ()
 
void open_help (struct strvec *help)
 
void close_help ()
 

Private Attributes

helpeditorhelp
 

Detailed Description

Definition at line 27 of file values_dlg.h.

Constructor & Destructor Documentation

◆ values_dlg()

values_dlg::values_dlg ( )

values_dlg constructor

Definition at line 27 of file values_dlg.cpp.

Member Function Documentation

◆ close_help()

void values_dlg::close_help ( )

Help editor is closing.

Definition at line 47 of file values_dlg.cpp.

Referenced by helpeditor::close_now(), edit_impr::closeEvent(), and edit_tech::closeEvent().

◆ open_help()

void values_dlg::open_help ( struct strvec helptext)

Open help editor

Definition at line 35 of file values_dlg.cpp.

Referenced by edit_impr::helptext(), and edit_tech::helptext().

Field Documentation

◆ help

helpeditor* values_dlg::help
private

Definition at line 37 of file values_dlg.h.

Referenced by close_help(), open_help(), and values_dlg().