UNNAMED_READER/corelibrary
UNNAMED_READER Namespace Reference
Classes | |
| class | dropObserver |
| A simple class that helps to accept drop events. More... | |
| class | fileFormats |
| This class contains information about the file types that UNNAMED_READER supports. More... | |
| class | fullScreenWidget |
| UNNAMED_READER Full Screen Widget. More... | |
| class | Length |
| Represents a phyical length. More... | |
| class | PageNumber |
| Class to represent a page number. More... | |
| class | presentationWidget |
| UNNAMED_READER Full Screen Widget. More... | |
| class | readerWidget |
| UNNAMED_READER Main Widget. More... | |
Enumerations | |
| enum | Component { shell = 4300 } |
Variables | |
| unitOfDistance | distanceUnitTable [] |
| char * | supportedMimeTypes_strings [] |
Enumeration Type Documentation
Variable Documentation
| unitOfDistance UNNAMED_READER::distanceUnitTable[] |
Initial value:
{
{1.0f, "mm"},
{1.0f, "millimeter"},
{10.0f, "cm"},
{10.0f, "centimeter"},
{float(100.0*10.0), "m"},
{float(100.0*10.0), "meter"},
{25.4f, "in"},
{25.4f, "inch"},
{float(2540.0/7227.0), "pt"},
{float(25.4/72.0), "bp"},
{float(25.4/6.0), "pc"},
{float(25.4/6.0), "pica"},
{float(25.4*0.0148), "dd"},
{float(25.4*0.0148), "didot"},
{float(25.4*0.178), "cc"},
{float(25.4*0.178), "cicero"},
{0.0f, 0},
}
Definition at line 43 of file length.cpp.
Initial value:
{
"image/tiff", "UNNAMED_READER_TIFF_plugin",
"application/pdf", "UNNAMED_READER_PDF_plugin",
0
}
Definition at line 33 of file fileFormats.cpp.
KDE 4.2 API Reference