Difference between revisions of "Sednterp Graphics Object"
Bill Bashir (talk | contribs) |
Bill Bashir (talk | contribs) |
||
Line 7: | Line 7: | ||
::'''changeWindowLocation(int,int):''' function changeWindowLocation(int,int)() { | ::'''changeWindowLocation(int,int):''' function changeWindowLocation(int,int)() { | ||
− | Changes the location of the module window on the desktop window or the web window. | + | ::Changes the location of the module window on the desktop window or the web window. |
::'''changeWindowSize(int,int):''' function changeWindowSize(int,int)() { | ::'''changeWindowSize(int,int):''' function changeWindowSize(int,int)() { | ||
− | Changes the dimensions of the module window. | + | ::Changes the dimensions of the module window. |
::'''maximumHeight():''' function maximumHeight()() { | ::'''maximumHeight():''' function maximumHeight()() { | ||
− | Returns the maximum height you can extend the module window to. | + | ::Returns the maximum height you can extend the module window to. |
::'''maximumWidth():''' function maximumWidth()() { | ::'''maximumWidth():''' function maximumWidth()() { | ||
− | Return the maximum width you can extend the module window to. | + | ::Return the maximum width you can extend the module window to. |
Revision as of 15:39, 28 August 2012
graphics
- QtRuntimeObject
- changeWindowLocation(int,int): function changeWindowLocation(int,int)() {
- Changes the location of the module window on the desktop window or the web window.
- changeWindowSize(int,int): function changeWindowSize(int,int)() {
- Changes the dimensions of the module window.
- maximumHeight(): function maximumHeight()() {
- Returns the maximum height you can extend the module window to.
- maximumWidth(): function maximumWidth()() {
- Return the maximum width you can extend the module window to.