Classes | |
class | ChildProperty |
struct | Machine |
class | MultiProperty |
class | PCheckBox |
class | PColorButton |
class | PColorCombo |
class | PComboBox |
class | PCursorEdit |
class | PDateEdit |
class | PDateTimeEdit |
class | PDoubleNumInput |
class | PDummyWidget |
class | PFontButton |
class | PFontCombo |
class | PLineEdit |
class | PLineStyleEdit |
class | PPixmapEdit |
class | PPointEdit |
class | PRectEdit |
class | Property |
class | PropertyBuffer |
class | PropertyEditor |
class | PropertyList |
class | PropertyMachineFactory |
class | PropertyWidget |
class | PropertyWidgetProxy |
class | PSizeEdit |
class | PSizePolicyEdit |
class | PSpinBox |
class | PStringListEdit |
class | PSymbolCombo |
class | PUrlEdit |
class | PYesNoButton |
Typedefs | |
typedef Machine *(* | createMachine) () |
Variables | |
const char * | nopen [] |
const char * | solid [] |
const char * | dash [] |
const char * | dashdot [] |
const char * | dashdotdot [] |
Detailed Description
Namespace which contain property editing classes.
Typedef Documentation
◆ createMachine
typedef Machine*(* PropertyLib::createMachine) () |
A pointer to factory function which creates and returns machine for a property.
Definition at line 64 of file propertymachinefactory.h.
Variable Documentation
◆ dash
const char* PropertyLib::dash[] |
Initial value:
={
"48 16 2 1",
". c None",
"# c #000000",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
".#########..#########..#########..##########....",
".#########..#########..#########..##########....",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................"}
Definition at line 68 of file plinestyleedit.cpp.
◆ dashdot
const char* PropertyLib::dashdot[] |
Initial value:
={
"48 16 2 1",
". c None",
"# c #000000",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
".#########..##..#########..##..#########..##....",
".#########..##..#########..##..#########..##....",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................"}
Definition at line 88 of file plinestyleedit.cpp.
◆ dashdotdot
const char* PropertyLib::dashdotdot[] |
Initial value:
={
"48 16 2 1",
". c None",
"# c #000000",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
".#########..##..##..#########..##..##..#####....",
".#########..##..##..#########..##..##..#####....",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................"}
Definition at line 108 of file plinestyleedit.cpp.
◆ nopen
const char* PropertyLib::nopen[] |
Initial value:
={
"48 16 1 1",
". c None",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................"}
Definition at line 29 of file plinestyleedit.cpp.
◆ solid
const char* PropertyLib::solid[] |
Initial value:
={
"48 16 2 1",
". c None",
"# c #000000",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
".###########################################....",
".###########################################....",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................",
"................................................"}
Definition at line 48 of file plinestyleedit.cpp.