There's no documentation for this item.
| Constants | |
|---|---|
| AccessPrivate | From the enum MethodFlags in qt-copy/src/tools/moc/generator.cpp |
| AccessProtected | |
| AccessPublic | |
| MethodCloned | |
| MethodCompatibility | |
| MethodMethod | |
| MethodScriptable | |
| MethodSignal | |
| MethodSlot | |
| Public Methods | |
|---|---|
| checkarg | |
| connect | |
| create_ |
|
| debug_ |
|
| do_ |
|
| find_ |
|
| getAllParents | |
| getMetaObject | |
| getMocArguments | |
| get_ |
|
| get_ |
|
| get_ |
|
| init_ |
|
| init_ |
|
| makeMetaData | |
| normalize_ |
|
| run_ |
If a block was passed to the constructor, then run that now. Either run the context of the new instance if no args were passed to the block. Or otherwise, run the block in the context of the arg. |
| set_ |
|
| set_ |
|
| signalInfo | |
| signal_ |
|
| string_ |
Keeps a hash of strings against their corresponding offsets within the qt_meta_stringdata sequence of null terminated strings. Returns a proc to get an offset given a string. That proc also adds new strings to the ‘data’ array, and updates the corresponding ‘pack_str’ Array#pack template. |
| try_ |
Runs the initializer as far as allocating the Qt C++ instance. Then use a throw to jump back to here with the C++ instance wrapped in a new ruby variable of type T_DATA |
<code/>and<pre/>for code samples.