#include <FBwNumField.h>
Inheritance diagram for fbwrap::FBwNumField:

Public Methods | |
| virtual void | SetFormatFlag () |
| FBwNumField (string pname, FBwFieldKind pKind) | |
| Constructor. | |
| FBwNumField (const FBwNumField &f, FBwFieldKind pKind) | |
| Copy constructor. | |
| virtual void | SetScale (short scal) |
| Set scale. | |
| void | ShowSign (bool show) |
| Show sign on formated value. | |
| void | ShowParen (bool show) |
| Show number between '( )' when number is negative. | |
| void | ShowMon (bool show) |
| Show locale monetary symbol. | |
| void | ShowGroup (bool show) |
| Groups number using current locale grouping. | |
| virtual | ~FBwNumField () |
| Destructor. | |
Protected Methods | |
| string | GetFormat () const |
| string | GetFormatedValue (double val) const |
Protected Attributes | |
| float | factor |
| struct { | |
| bool showmon:1 | |
| bool showgroup:1 | |
| bool showsign:1 | |
| bool showparen:1 | |
| bool blanknull:1 | |
| bool fillzero:1 | |
| } | format |
|
||||||||||||
|
Constructor.
|
|
|
Show sign on formated value.
|
1.2.17