Package com.unciv.ui.trade
Types
DiplomacyScreen
Link copied to clipboard
LeaderIntroTable
Link copied to clipboard
This is meant to be used for any kind of civ introduction - DiplomacyScreen, AlertPopuptypes WarDeclaration, FirstContact etc.
OfferColumnsTable
Link copied to clipboard
class OfferColumnsTable(tradeLogic: TradeLogic, screen: DiplomacyScreen, onChange: () -> Unit) : Table
Content copied to clipboard
This is the class that holds the 4 columns of the offers (ours/theirs/ offered/available) in trade
OffersListScroll
Link copied to clipboard
class OffersListScroll(persistenceID: String, onOfferClicked: (TradeOffer) -> Unit) : AutoScrollPane
Content copied to clipboard
Widget for one fourth of an OfferColumnsTable - instantiated for ours/theirs × available/traded
TradeTable
Link copied to clipboard
class TradeTable(otherCivilization: CivilizationInfo, stage: DiplomacyScreen) : Table
Content copied to clipboard