swift
Classes | Namespaces
columnformatters.h File Reference

Go to the source code of this file.

Classes

class  swift::gui::models::CDefaultFormatter
 Column formatter default implementation, also serving as interface. More...
 
class  swift::gui::models::CPixmapFormatter
 Pixmap formatter. More...
 
class  swift::gui::models::CStringFormatter
 String formatter, if known the variant already contains the appropriate string. More...
 
class  swift::gui::models::CEmptyFormatter
 Just returns a empty "" value. More...
 
class  swift::gui::models::CIncognitoFormatter
 Just returns a empty "" value. More...
 
class  swift::gui::models::CDelegateFormatter
 Layout will be defined by a delegate. More...
 
class  swift::gui::models::CBoolTextFormatter
 Bool value, format as text. More...
 
class  swift::gui::models::CBoolLedFormatter
 Format as bool LED value. More...
 
class  swift::gui::models::CBoolIconFormatter
 Format as bool pixmap. More...
 
class  swift::gui::models::CValueObjectFormatter
 Default formatter when column contains CValueObject. More...
 
class  swift::gui::models::CDateTimeFormatter
 Formatter when column contains QDateTime, QDate or QTime. More...
 
class  swift::gui::models::CIntegerFormatter
 Formatter when column contains an integer. More...
 
class  swift::gui::models::CAltitudeFormatter
 Formatter when column contains an altitude. More...
 
class  swift::gui::models::CColorFormatter
 Formatter when column contains a color. More...
 
class  swift::gui::models::CPhysiqalQuantiyFormatter< MU, PQ >
 Formatter for physical quantities. More...
 
class  swift::gui::models::CComFrequencyFormatter
 COM frequencies. More...
 
class  swift::gui::models::CAngleDegreeFormatter
 Angle in degrees. More...
 
class  swift::gui::models::CLatLonFormatter
 Latitude or Longitude formatter. More...
 
class  swift::gui::models::CAirspaceDistanceFormatter
 Airspace distance displayed in NM. More...
 
class  swift::gui::models::CSpeedKtsFormatter
 Speed displayed in kts. More...
 

Namespaces

 swift::gui
 GUI related classes.
 
 swift::gui::models
 Models to be used with views, mainly QTableView.