ff7tk  1.0.0.16
Work with Final Fantasy 7 game data
Public Slots | Signals | Public Member Functions | List of all members
ItemSelector Class Reference

#include <ItemSelector.h>

Inheritance diagram for ItemSelector:
Inheritance graph
[legend]
Collaboration diagram for ItemSelector:
Collaboration graph
[legend]

Public Slots

void setCurrentItem (quint16 ff7item)
 
void setCurrentItem (int id, int qty)
 
void setMaximumQty (int maxQty)
 
void setEditableItemCombo (bool editable)
 
void setShowPlaceholderItems (bool showPlaceholderItems)
 

Signals

void itemChanged (quint16)
 

Public Member Functions

 ItemSelector (QWidget *parent=nullptr)
 
int id ()
 
int combo_item_width ()
 
int combo_type_width ()
 
int qty_width ()
 
void setFixedHeight (int h)
 
void setFixedWidth (int w)
 
quint16 currentItem ()
 

Constructor & Destructor Documentation

◆ ItemSelector()

ItemSelector::ItemSelector ( QWidget *  parent = nullptr)
explicit

Member Function Documentation

◆ combo_item_width()

int ItemSelector::combo_item_width ( )

◆ combo_type_width()

int ItemSelector::combo_type_width ( )

◆ currentItem()

quint16 ItemSelector::currentItem ( )

◆ id()

int ItemSelector::id ( )

◆ itemChanged

void ItemSelector::itemChanged ( quint16  )
signal

◆ qty_width()

int ItemSelector::qty_width ( )

◆ setCurrentItem [1/2]

void ItemSelector::setCurrentItem ( int  id,
int  qty 
)
slot

◆ setCurrentItem [2/2]

void ItemSelector::setCurrentItem ( quint16  ff7item)
slot

◆ setEditableItemCombo

void ItemSelector::setEditableItemCombo ( bool  editable)
slot

◆ setFixedHeight()

void ItemSelector::setFixedHeight ( int  h)

◆ setFixedWidth()

void ItemSelector::setFixedWidth ( int  w)

◆ setMaximumQty

void ItemSelector::setMaximumQty ( int  maxQty)
slot

◆ setShowPlaceholderItems

void ItemSelector::setShowPlaceholderItems ( bool  showPlaceholderItems)
slot

The documentation for this class was generated from the following files: