Searched defs:PollInfo (Results 1 – 6 of 6) sorted by relevance
48 struct PollInfo { struct53 static void pollWindow(HWND w, PollInfo* info); argument
129 struct PollInfo struct131 QString _file; // The relative path of a file155 void setPollInfo(const PollInfo &); argument
40 } PollInfo; typedef56 } PollInfo; typedef
135 struct PollInfo struct137 QString _file; // The relative path of a file161 void setPollInfo(const PollInfo &); argument
1301 struct PollInfo { struct1302 PollInfo() : index(-1) {} in PollInfo() argument1304 std::vector<struct pollfd*> fds;1305 int index;