Freeciv21
Develop your civilization from humble roots to a global empire
notify_goto Class Reference

#include <dialogs.h>

+ Inheritance diagram for notify_goto:
+ Collaboration 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)
 Notify goto dialog constructor. More...
 

Private Slots

void goto_tile ()
 Clicked goto tile in notify goto dialog. More...
 
void inspect_city ()
 Clicked inspect city in notify goto dialog. More...
 

Private Attributes

QPushButton * goto_but
 
QPushButton * inspect_but
 
QPushButton * close_but
 
struct tilegtile
 

Detailed Description

Definition at line 103 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 862 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 900 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 909 of file dialogs.cpp.

Referenced by notify_goto().

Member Data Documentation

◆ close_but

QPushButton* notify_goto::close_but
private

Definition at line 107 of file dialogs.h.

Referenced by notify_goto().

◆ goto_but

QPushButton* notify_goto::goto_but
private

Definition at line 105 of file dialogs.h.

Referenced by notify_goto().

◆ gtile

struct tile* notify_goto::gtile
private

Definition at line 108 of file dialogs.h.

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

◆ inspect_but

QPushButton* notify_goto::inspect_but
private

Definition at line 106 of file dialogs.h.

Referenced by notify_goto().