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

#include <dialogs.h>

+ Inheritance diagram for notify_goto:

Public Member Functions

 notify_goto (const char *headline, const char *lines, const struct text_tag_list *tags, struct tile *ptile, QWidget *parent)
 

Private Slots

void goto_tile ()
 
void inspect_city ()
 

Private Attributes

QPushButton * goto_but
 
QPushButton * inspect_but
 
QPushButton * close_but
 
struct tilegtile
 

Detailed Description

Definition at line 108 of file dialogs.h.

Constructor & Destructor Documentation

◆ notify_goto()

notify_goto::notify_goto ( const char headline,
const char lines,
const struct text_tag_list tags,
struct tile ptile,
QWidget *  parent 
)

Notify goto dialog constructor

Definition at line 1113 of file dialogs.cpp.

Member Function Documentation

◆ goto_tile

void notify_goto::goto_tile ( )
privateslot

Clicked goto tile in notify goto dialog

Definition at line 1147 of file dialogs.cpp.

Referenced by notify_goto().

◆ inspect_city

void notify_goto::inspect_city ( )
privateslot

Clicked inspect city in notify goto dialog

Definition at line 1156 of file dialogs.cpp.

Referenced by notify_goto().

Field Documentation

◆ close_but

QPushButton* notify_goto::close_but
private

Definition at line 113 of file dialogs.h.

Referenced by notify_goto().

◆ goto_but

QPushButton* notify_goto::goto_but
private

Definition at line 111 of file dialogs.h.

Referenced by notify_goto().

◆ gtile

struct tile* notify_goto::gtile
private

Definition at line 114 of file dialogs.h.

Referenced by goto_tile(), inspect_city(), and notify_goto().

◆ inspect_but

QPushButton* notify_goto::inspect_but
private

Definition at line 112 of file dialogs.h.

Referenced by notify_goto().