Freeciv-3.3
Loading...
Searching...
No Matches
Public Member Functions | Private Slots | Private Attributes
helpeditor Class Reference

#include <helpeditor.h>

+ Inheritance diagram for helpeditor:

Public Member Functions

 helpeditor (values_dlg *parent_dlg, struct strvec *helptext_in)
 
void close ()
 

Private Slots

void close_now ()
 

Private Attributes

struct strvechelptext
 
values_dlgpdlg
 
QTextEdit ** helps
 

Detailed Description

Definition at line 28 of file helpeditor.h.

Constructor & Destructor Documentation

◆ helpeditor()

helpeditor::helpeditor ( values_dlg parent_dlg,
struct strvec helptext_in 
)
explicit

Setup helpeditor object

Definition at line 35 of file helpeditor.cpp.

Member Function Documentation

◆ close()

void helpeditor::close ( )

Close helpeditor

Definition at line 64 of file helpeditor.cpp.

Referenced by values_dlg::close_help().

◆ close_now

void helpeditor::close_now ( )
privateslot

User pushed close button

Definition at line 86 of file helpeditor.cpp.

Referenced by helpeditor().

Field Documentation

◆ helps

QTextEdit** helpeditor::helps
private

Definition at line 40 of file helpeditor.h.

Referenced by close(), and helpeditor().

◆ helptext

struct strvec* helpeditor::helptext
private

Definition at line 37 of file helpeditor.h.

Referenced by close(), and helpeditor().

◆ pdlg

values_dlg* helpeditor::pdlg
private

Definition at line 38 of file helpeditor.h.

Referenced by close_now(), and helpeditor().